in reply to Re: saving a file using a temporary file's handle
in thread saving a file using a temporary file's handle
where getfile is the method returning the handle to the temporary file as explained in the earlier post. how do i save the file over here?my $F=FSClient::getfile("$user","$passwd","$host","$port","$ARGV[1]"); binmode HANDLE; print HANDLE <$F>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: saving a file using a temporary file's handle
by bahadur (Sexton) on Jun 03, 2005 at 06:10 UTC | |
by BrowserUk (Patriarch) on Jun 03, 2005 at 07:07 UTC |