> -----Original Message-----
> From: Edwin Günthner [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 30, 2001 9:53 AM
> To: [EMAIL PROTECTED]
> Subject: where is croak coming from?
> 
> 
> Hi there,
> 
> I am just wondering in one of the many man pages I can
> find out something about the croak function?
> 
> I thougt: well, must be something built in like chop, chomp
> or so - but no, there is nothing in perlfunc about croak ...
> 

croak() is not a builtin; it's part of the Carp module.

perldoc Carp

> btw: same for BEGIN, END, CHECK. Where are those magical
> words documented?

perldoc perlmod

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to