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 is a pragma. We use it because it's a
good method to use strict (and also warnings).

strict forces some strictures (see `perldoc strict` for more
information) that make your code harder to be broken.

> 3)use Carp 
> in the begining of script sometimes. What is the use
> of it.Is the files CGI.pm,Strict.pm,Carp.pm default
> with PERL.

If you're asking if those modules come with Perl itself, I believe the
answer to be "yes".

> Thnx

I hope that was helpful O:-)

jac

> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com
-- 
José Alves de Castro <[EMAIL PROTECTED]>
  http://natura.di.uminho.pt/~jac


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to