- or download this
LINE: while ( defined( $_ = <ARGV> ) ) {
@_ = $_;
...
{
print "Just another perl hacker.\n" unless eval "@_";
}
- or download this
@{STDIN}='dedalus.pl.tdy'
@{*main::STDIN}='dedalus.pl.tdy'
...
...
Can't open : No such file or directory at dedalus.pl.tdy line 1.
Just another perl hacker.
- or download this
#! /usr/bin/perl -n
@_=$_}BEGIN{eval'@{$_}=${@_}'for sort keys%::}{eval"@_"||
print "Just another perl hacker.\n"