CPU: Perl, Fall 2005
Perl, Week 1: Intro to Perl, Scalars
#15
String Scalars
With single quotes (')
'hi there' # 8 characters
'' # 0 characters
'48' # 48
'1.5e4' # 5 characters
'Perl: It\'s good'
'A backslash: \\'
« Previous
|
Index
|
Next »
Copyright © 2005 Ian Langworth