vs#!/usr/bin/perl -w # # use strict; my $string = 'no semi-colon'; print $string,"\n";
#!/usr/bin/perl -w ;# ;# use strict; my $string = 'semi-colon'; print $string,"\n";
In reply to Comments in my code by s0ttle
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |