Tag Archives: 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 , , , , , , , | 3 Comments