Help for this page

Select Code to Download


  1. or download this
    @files = qw(/mydirectory/directory/test/z2.htm
            /mydirectory/directory/other/testhere.htm
    ...
    my @paths = grep s#$root##, @files;
    
    print "$_\n" for @paths;