Help for this page

Select Code to Download


  1. or download this
        $ENV{ PATH }  = '/bin:/usr/bin';
            # or whatever you need
        $ENV{ SHELL } = '/bin/sh' if exists $ENV{SHELL};
    
  2. or download this
    use CGI qw( :standard );
    use CGI::Safer( POST_MAX=>1024*1024 );
    my $q= CGI->new();