And got these results:#!/usr/bin/perl -l -w use strict; use CGI qw(:all); print for keys %INC; my $c = cookie('bob'); print "--------"; print for keys %INC;
So using just 'CGI' SHOULD work and load the CGI::Cookie module when you call the cookie function.$ ./tst | grep "^[C-]" Carp.pm CGI/Util.pm CGI.pm -------- Carp.pm CGI/Util.pm CGI/Cookie.pm CGI.pm
In reply to Re: Re: Re: Re: Module questions
by runrig
in thread Module questions
by costas
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |