Tag Archives: perl glob function
Perl – Get files and directories with the glob function
Recently, as part of a larger Perl application, I had to get all the files and sub-directories of the working directory. Using the built-in ‘glob’ function, I was able to quickly implement a subroutine to do this and also differentiate … Continue reading
Posted in Perl, Programming Languages
Tagged get directories, get files, get sub-directories, glob, glob function, perl, perl glob, perl glob function
3 Comments