Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: unless

by crouchingpenguin (Priest)
on Jun 25, 2003 at 17:12 UTC ( [id://268921]=note: print w/replies, xml ) Need Help??


in reply to multiple commands before unless ?

Or use the comma operator:

#!/usr/bin/perl use strict; use warnings; use constant TRUE => 0; printf("System Error\n"), exit unless TRUE; print 'I should never be printed',"\n";

Update: Changed code so it follows question example code.


cp
----
"Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic."

Replies are listed 'Best First'.
Re: Re: unless
by emilford (Friar) on Jun 25, 2003 at 18:27 UTC
    I don't see how this applies. I wasn't trying to print a variable, but rather print a string and then exit the script. Am I missing something.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://268921]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-19 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found