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