in reply to GLOB & FILE
File::Spec is object-oriented, so you don't want to call subroutines directly. Instead call them as class methods:
File::Spec->catfile('a','b');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: GLOB & FILE
by Anonymous Monk on Aug 12, 2013 at 09:39 UTC |