http://qs1969.pair.com?node_id=1173047


in reply to Re: Re: Prepending to a file
in thread Prepending to a file

Instead of

or die "Could not open file ", FILE, ": $!";

don't you want

or die "Could not open file ", $file, ": $!";