I'm trying to write a perl script that automates g++. 
There is an if statement in the script that basically
works like this:

if there are no arguments
{
   print an error message
   break (end the program)
}

Is there an equivalent of break in perl?  What should
I be using instead?


"I'm the last person to pretend that I'm a radio.  I'd rather go out and be a 
color television set."
-David Bowie

"Who dares wins"
-British military motto

"I generally know what I'm doing."
-Buster Keaton

-- 
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