http://qs321.pair.com?node_id=126772


in reply to IO::Dir confusing behaviour

If you cut and paste this script in then I think you are missing an underscore in your tie statement. '$file folder;' should be $file_folder;

If you had strict on I think it would have picked up the bare word.

As always I could be wrong, I dont even know what tie does :)