in reply to Re: GLOB & FILE
in thread GLOB & FILE

File::Spec is object-oriented

Not really :) It might be class-oriented though :)

so you don't want to call subroutines directly

You kind of do if you're using File::Spec::Functions

OTOH, Path::Tiny has constructor path() with many methods :)