Help for this page

Select Code to Download


  1. or download this
     1 #!/usr/bin/perl
     2 my $a=2;
     3 print "Content-type: text/plain\n\n";
     4 print "$a\n";
    
  2. or download this
       
       package ModPerl::ROOT::ModPerl::PerlRun::home_jjmoka_TEST_code_test
    +2_2epl;sub handler {local $0 = '/home/jjmoka/TEST/code/test2.pl';
       #line 1 /home/jjmoka/TEST/code/test2.pl
    ...
       my $a=2;
       print "Content-type: text/plain\n\n";
       print "$a\n";