in reply to how do I learn about Perl CGI programming?

Didn't understand quite well your idea. But, you have at $ENV{PATH_INFO} the path not processed by Apache. So, if you have the CGI at /foo, when you call /foo/bar the value of that hash position have /bar.

Update: Thanks great merlyn for correcting me the key name.

Alberto Simões

  • Comment on Re: how do I learn about Perl CGI programming?

Replies are listed 'Best First'.
Re^2: how do I learn about Perl CGI programming?
by merlyn (Sage) on Mar 30, 2005 at 14:57 UTC