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


in reply to File open problem with "GLOB"

...and once you've got all your filehandle problems sorted out, you'll notice that it still doesn't work, because you've got
$te->parse_file($input);
which is for files/filehandles. You just want
$te->parse($input);
because you're working on a string.


Nobody says perl looks like line-noise any more
kids today don't know what line-noise IS ...