I'm trying to figure out how to use the glob sub routine. I've called it this way "$filename = glob("*.whatever"" and this way "use File::Glob ':glob';
@list = bsd_glob('*.whatever');"
neither of which work on windows XP. How do I get it to work in WindowsXP? Thanks for your time guys.
-CDudd
@list = bsd_glob('*.whatever');"
neither of which work on windows XP. How do I get it to work in WindowsXP? Thanks for your time guys.
-CDudd