Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Validating the contents of scalars using an array based list

by chromatic (Archbishop)
on Apr 04, 2003 at 03:44 UTC ( [id://247956]=note: print w/replies, xml ) Need Help??


in reply to Re: Validating the contents of scalars using an array based list
in thread Validating the contents of scalars using an array based list

I like this a bit more than a hash, but why not use real references?

foreach my $check ( \( $var1, $var2, $var3 ) ) { complain() if $$check eq ''; }
  • Comment on Re: Re: Validating the contents of scalars using an array based list
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-25 11:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found