in reply to fetch url
Generic notes: I think in this case
is much neater thannext unless $_;
but if you need that line, you're not reading CSV anyway.next if 0 == length($_);
I really have no idea what you mean with "must it be i a form"? There is no form.
As for "Must I use the "my $query = new CGI;" codes" - well, if you're going to parse input, yes. Also, if you use the CGI modules methods $query->request_uri and $query->referer(), that'll trap misspellings of the %ENV entries.
|
|---|