in reply to Re: Re: File Input and Outputin thread File Input and Output
it 's better to assign a variable to a filename, as:
$b = "/tmp/file";
Then change the filename in open to the name of that variable.
Cheers.
vfs.