in reply to Re: Re: convert windows path
in thread convert windows path
CGI.pm will deal with the path in the appropriate way - at least, that's been my experience when receiving input from browsers on Windows systems and processing it on a Linux system.my $fh = param('FILENAME'); while (<$fh>) { do_stuff_with($_); # manipulate the file line by line }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: convert windows path
by Anonymous Monk on Nov 06, 2001 at 15:15 UTC | |
by Tyke (Pilgrim) on Nov 06, 2001 at 15:26 UTC | |
by George_Sherston (Vicar) on Nov 06, 2001 at 15:33 UTC |