www.example.com/cgi-bin/events.pl?date=20120209&id=100I have found CGI::PathInfo on CPAN which allows me to produce URLs like this:
www.example.com/cgi-bin/events.pl/date-20120209/id-100As it happens, I can run Perl scripts outside of my cgi-bin directory so now I can do this:
www.example.com/events.pl/date-20120209/id-100Much nicer.
In reply to Running perl script outside cgi-bin by tangent
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |