Help for this page
Select Code to Download
Select
or
download this
use Perl; my $p = Perl->new( ARGV => [ "-le", "print 'hello world'"] ); $p->run;