in reply to FileHandle->close() is not closing everything
Uhh, that's a very odd file name you have there. I don't think you're doing what you think you're doing. You should check the status of your open, and include the $! variable in any message if the open fails. See the open documentation for samples (or 'perldoc -f open'). (update: I realize its a FileHandle object, but the open method is just a front end to the open function).$fh->open("ogg123... | lame... &");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: FileHandle->close() is not closing everything
by Anonymous Monk on Mar 28, 2003 at 14:41 UTC | |
by runrig (Abbot) on Mar 29, 2003 at 15:40 UTC |