good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^3: a prime bugby shmem (Chancellor) |
on Jun 11, 2017 at 12:07 UTC ( [id://1192524]=note: print w/replies, xml ) | Need Help?? |
Running a script - perl script.pl - the tokens make no difference. But if you invoke perl on the command line to read STDIN and paste the script, __END__ makes DATA into STDIN, and you have to type Ctrl-d to close STDIN/DATA. Not a big deal, but that's the difference ;-)
perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
In Section
Perl Poetry
|
|