Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: regex to find vowels in anyorder

by Not_a_Number (Prior)
on Dec 19, 2011 at 20:20 UTC ( [id://944294]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $fh, '<', 'whatever'; # or whatever
    
    my %hash = ( a => 0, e => 1, i => 2, o => 3, u => 4 );
    ...
    
      say if ( grep $_, @array ) == 5;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-20 15:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found