http://www.perlmonks.org?node_id=657778


in reply to OT: Apache/perl question

Any directories past the script name will be available in $ENV{PATH_INFO} or $query->path_info if using CGI. That's where you'll find your /anotherdirectory.

90% of every Perl application is already written.
dragonchild