Help for this page

Select Code to Download


  1. or download this
    use FileMan;
    use Cwd;
    my $fileman = new FileMan;
    my $first_path = $fileman->FindPath('file1.txt', cwd);
    my $second_path = $fileman->FindPath('file2.txt', cwd);
    
  2. or download this
    sub FindPath
        {
    ...
        # Return the paths found
        return @a_files;
        }   # end FindPath