in reply to saving the file uploaded...
gives you an actual GLOB. However, if you do:$FileHandle = GGI::->new(); $FileStream = $FileHandle->('AUT_file');
you'll notice that is prints the filename. If you do:print $FileStream,"\n";
you'll notice it will print the file-data.print <$FileStream>,"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: saving the file uploaded...
by PriNet (Monk) on Feb 28, 2002 at 20:02 UTC |