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
Hi guys;
What are the differences between these two code lines:
use CGI;
and use CGI qw/:standard/;
Thanks,
Li
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
To unsubscribe, e-mail