On 8/29/06, chen li <[EMAIL PROTECTED]> wrote:
What are the differences between these two code lines:
use CGI;
and use CGI qw/:standard/;
When you 'use CGI', you get the default exports (nothing, I believe).
When you 'use CGI qw/:standard/', you get the ':standard' exports,
which are listed in the documentation of the CGI module. The command
'perldoc CGI' should give you more information, or you could find the
documentation elsewhere. Hope this helps!
--Tom Phoenix
Stonehenge Perl Training
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>