Re: why to use 1)use CGI,2)use Strict ,3)use Carp in script

2004-11-04 Thread Jose Alves de Castro
On Thu, 2004-11-04 at 09:31, supriya devburman wrote: > hi Hi > why we r using > 1)use CGI, We only use CGI when we want to use methods from that module (usually on web pages); see `perldoc CGI` for more information on what you can do with it. > 2)use Strict, The correct name is strict. This i

Re: why to use 1)use CGI,2)use Strict ,3)use Carp in script

2004-11-04 Thread Chris Devers
On Thu, 4 Nov 2004, supriya devburman wrote: > [W]hy [are we] using > > 1)use CGI, > 2)use Strict, > 3)use Carp > > in the begining of script sometimes[question mark] What is the use of > [them][question mark] [Are] the files CGI.pm, Strict.pm, [and] Carp.pm > default with [Perl][question mark]