- or download this
[chris@localhost perl]$ perl -e '$foo = q{\0}; $bar = chr(0); print "m
+atch!\n" if $foo eq $bar;'
- or download this
[chris@localhost perl]$ perl -e '$foo = q{\0}; $bar = chr(0); print "m
+atch!\n" if $foo == $bar;'
match!
- or download this
[chris@localhost perl]$ perl -e '$foo = qq{\0}; $bar = chr(0); print "
+match!\n" if $foo eq $bar;'
match!