Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print("path_info(): ".$cg->path_info()."<br>\n");
        print("***********************************************************
    +*******<br>\n");
    }
    
  2. or download this
    Created CGI.
    ******************************************************************
    ...
    URL: http://servername/cgi-bin/cgitest.cgi/pathinfo1
    path_info(): /pathinfo1
    ******************************************************************
    
  3. or download this
    Created CGI.
    ******************************************************************
    ...
    URL: http://servername/cgi-bin/cgitest.cgi/AAAA/pathinfo1
    path_info(): /pathinfo1
    ******************************************************************