skip to main
|
skip to sidebar
practical perl
Nov 23, 2006
Basic #7, Interpolation
$a = 'apples';
$b = 'bananas';
$a.' and '.$b
prints
apples and bananas
'$a and $b'
prints
$a and $b
"$a and $b"
prints
apples and bananas
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Web
practical-perl.blogspot.com
Links
the local king
takeuaway
Chapters
▼
2006
(9)
▼
November
(8)
Basic #1 Hello World
Basic #2, Switches to Run Perl
Basic #3, Literals
Basic #4, the strict pragma
Basic #5, Scalar variables
Basic #6, Operations and Assignments
Basic #7, Interpolation
Basic #7, Arrays
►
December
(1)
►
2007
(10)
►
January
(10)
About Me
takeuaway
View my complete profile
No comments:
Post a Comment