12345678
daniel@daniel-laptop:/tmp$ perl test.pl test.pldaniel@daniel-laptop:/tmp$ cat test.pl #!/usr/bin/perl -wuse strict;print "$0\n";daniel@daniel-laptop:/tmp$