Help for this page

Select Code to Download


  1. or download this
    sub cgi_sub(){
       print $_[0];
    ...
    sub mod_perl_sub {
       print $_[0];
    }