Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI qw/:standard/;
    my $ext = 'pl';
    ...
        }
        chdir "../" if $Dir;
    }
    
  2. or download this
    sub
    GetDirs
    {
    ...
        }
        chdir $OldDir;
    }