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

Re: What is this erroring out?

by Hue-Bond (Priest)
on Mar 16, 2010 at 08:03 UTC ( [id://828839]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub test {
       my $a = shift;
       my ($first, $second, $third, $fourth, $fifth) = $a =~ /(.)(.)(.)(..
    +)(.+)/;
    ...
       return 0 if ($third  !~ /(a|h|r|s|t)/);
       return 0 if ($fourth !~ /(aw|er|dd|cb|aa)/);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-26 01:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found