Type Casting
Jump to navigation
Jump to search
See: Data Type, Conversion Task, Translation Task.
References
1996
- (Wall et al., 1996) ⇒ Larry Wall, Tom Christiansen, and Randal L. Schwartz. (1996). “Programming Perl, 2nd edition." O'Reilly. ISBN:1565921496
- type casting: Converting data explicitly from one type to another. C permits this. Perl does not need it.