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


in reply to Read entire file from given folder

You're reading the $dir from STDIN? My guess is you forgot to get rid of the newline. Try
$dir = <STDIN>; chomp $dir;
And next time, please post the code that does *not* work.


holli, /regexed monk/