On Tue, Jul 10, 2001 at 03:44:32PM +0200, Aaron Craig wrote:
: At 08:42 10.07.2001 -0400, Casey West wrote:
:
: >I would suggest that the most efficient approach might be to import
: >just one symbol from CGI.pm, explicitly. Now, Aaron, I'm not saying
: >you are wrong, however, I do suggest that we encorage standards for
: >beginners.
: >
: >In light of the above, ensuring your code won't break *and* that you
: >get only what you need, try the following:
: >
: > use CGI qw( params );
:
: And I'll admit that I haven't studied CGI.pm enough to know that you can do
: that :)
:
: That imports only the query information parsing code? Can you do that for
: the other functions as well?
Yep, sure can.
Casey West
--
Shooting yourself in the foot with Fortran
You shoot yourself in each toe, iteratively, until you run out of
toes; then you shoot the sixth bullet anyway since no exception
processing was anticipated.