in reply to using a variable as a filehandle
See open for the scoop on opening filehandles to stuff you already have in memory.</code>
open my $fh, "<:raw:scalar", $record{'data'} or die "Couldn't open memory file: $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using a variable as a filehandle
by itub (Priest) on Nov 01, 2004 at 18:45 UTC | |
|
Re^2: using a variable as a filehandle
by bear0053 (Hermit) on Nov 01, 2004 at 18:55 UTC | |
by diotalevi (Canon) on Nov 01, 2004 at 19:09 UTC |