in reply to Re: YAUQ
in thread problems uploading to an HTTP site
strict doesn't apply to file handles but if you had warnings on, you might have seen something like Name "main::OUT" used only once: possible typo at ... or maybe even print() on unopened filehandle OUT at ....
Update: I see you did have warnings on but since this was a CGI script, those messages are probably in your web server's error log. You might want to use CGI::Carp qw(fatalsToBrowser warningsToBrowser); at least during development so that you'll see these messages.
--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: YAUQ
by Aristotle (Chancellor) on Jan 15, 2003 at 07:50 UTC | |
|
Re: Re: Re: YAUQ
by emilford (Friar) on Jan 15, 2003 at 12:55 UTC |