Greetings! I'm curious about the Graeme's _init() method, reproducted below:
sub _init { my $self = shift; die $self->site(); } What is "die" used for? I thought that the effect of "die" was to nd the process. That's not the effect here, though. What is it doing here? Thanks very much! Rob Richardson __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>