in reply to Help with opening subdirectories
Using File::Spec makes this portable across operating systems.my $full_name = "$path\$search";
To call one script from another use either backquotes `` or system. Most people prefer system. See perldoc -f system perlfunc.
Phil
Edit: g0n - reparented from reaped duplicate of OP
|
|---|