Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Output Repeats in the elsif statement

by nvivek (Vicar)
on Feb 14, 2013 at 05:23 UTC ( [id://1018686]=note: print w/replies, xml ) Need Help??


in reply to Output Repeats in the elsif statement

If you want to check $carroadnameverify2 as empty, you can try following.

elsif(!defined $carroadnameverify2 && $carroadnameverify2 =~ /^\s*$/)

Above condition will print CAR RECORD NOT FOUND message when $carroadnameverify2 is undef or null or string with blank characters.

Replies are listed 'Best First'.
Re^2: Output Repeats in the elsif statement
by PilotinControl (Pilgrim) on Feb 14, 2013 at 12:45 UTC

    Thank you perl monks! The solutions given worked! Much appreciated. Thanks again!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-24 10:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found