in reply to Re^2: temp filehandle to filename
in thread temp filehandle to filename
The advice on passing data to Perl programs is bad. It will work if people use a 2 argument open. But not if they use a 3 argument open. But as Two-arg open() considered dangerous points out, you really should use the 3 argument version, which will break that meme. Someone should submit a patch to improve the documentation. (If I remember, I'll do it from home tonight.)
Update: I remembered to send it in this morning.
|
|---|