Re: question about CGI module

2006-08-29 Thread Tom Phoenix
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

question about CGI module

2006-08-29 Thread chen li
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