By the way,
sub foo { ... }
is effectively
BEGIN { *foo = sub { ... }; }
You can move the sub out of the BEGIN.
In reply to Re: Sending warnings from CGI::Session to browser
by ikegami
in thread Sending warnings from CGI::Session to browser
by davido
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |