Help for this page

Select Code to Download


  1. or download this
    <!--#exec cmd="/cgi-bin/test.cgi/hi" -->
    
  2. or download this
    my $var=$ENV{PATH_INFO};
    
  3. or download this
    use CGI;
    my $q=CGI->new();
    my $var=$q->path_info();