- or download this
#!/usr/bin/perl -w
use strict;
...
4 4 \
4 4
5 5
- or download this
skx@gold:~$ ./bug.pl
LINE: '1 1'
...
LINE: ''
skx@gold:~$ perl -v|grep perl,
This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
- or download this
steve@skx:~$ ./bug.pl
LINE: '1 1'
...
LINE: ''
steve@skx:~$ perl -v | grep perl,
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi