$s = 1;
print '$sAND\n'; will result in
$sAND\n
While
print "$s \n"; will result in
1AND
In single-quote, compiler leaves everything what they are, while for double-quotes, special characters will be replaced
Refer to this page.
Welcome here I'm dumping random tech articles into this blog
4 comments:
test
Just found your blog! I am trying to learn Perl myself and putting together a blog about it:
http://damienlearnsperl.blogspot.com/
I'll make sure to check your blog often to learn from it!
Thanks Damien.
I will also go to check your blog often.:)
This is a great blog
Post a Comment