in reply to Re^2: CGI and why?
in thread CGI and why?
Yes, you can do that if you really want to. Keep in mind, though, that will result in the sub being called in list context. If you want to force scalar context you will have to do so explicitly which makes an ugly construct even more unwieldy.
-sauoq "My two cents aren't worth a dime.";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: CGI and why?
by Aristotle (Chancellor) on Jan 01, 2003 at 13:53 UTC | |
by sauoq (Abbot) on Jan 01, 2003 at 22:01 UTC | |
by Aristotle (Chancellor) on Jan 01, 2003 at 22:12 UTC |