Citeren Peter Scott <Peter@PSDT.com>: > On Thu, 31 Jul 2008 06:40:52 +0200, Aristotle Pagaltzis wrote: >> $ perl -lan -0777 -e 'BEGIN{close STDIN; require CGI; } print >> "@F[6158,12205,17280,16572],"' >> you passed sub protections, > > That's not what I posted. You have -e instead of -E. Size matters :-) perl-5.10.0 -lan -0777 -E 'BEGIN{close STDIN; require CGI; } print "@F[6158,12205,17280,16572],"' Just another Perl hacker, perl-5.10.0 -lan -0777 -e 'BEGIN{close STDIN; require CGI; } print "@F[6158,12205,17280,16572],"' Just another Perl hacker, perl-5.10.0 -MCGI -wle 'print $CGI::VERSION;' 3.29Thread Previous | Thread Next