Help for this page
use strict; use CGI qw/:standard/; my $ext = 'pl'; ... } chdir "../" if $Dir; }
sub GetDirs { ... } chdir $OldDir; }