In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] (Walt Sanders) wrote:

> In the old days of FORTRAN II (!) for example, we just said "go to line #", 
> which would be a last statement at the end of the program.  Now with no "go 
> to" statement, how do you just quit?

well, there is a goto, but you need either die() or exit().

    http://www.perldoc.com/perl5.6.1/pod/func/die.html
    http://www.perldoc.com/perl5.6.1/pod/func/exit.html
-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html

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

Reply via email to