Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Can anyone show me where i'm going wrong? thanksmy $image = $query->param('image'); $image =~ m/^.*(\\|\/)(.*)/; while (<$image>) { print STDOUT $_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: uploading images into cgi's
by rob_au (Abbot) on Dec 16, 2002 at 12:32 UTC | |
|
Re: uploading images into cgi's
by dingus (Friar) on Dec 16, 2002 at 12:37 UTC | |
|
Re: uploading images into cgi's
by iburrell (Chaplain) on Dec 16, 2002 at 17:25 UTC |