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