Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Regex help

by hbm (Hermit)
on Sep 18, 2012 at 21:25 UTC ( [id://994371]=note: print w/replies, xml ) Need Help??


in reply to Regex help

Note also you have the following:

while(my $protein = ... if(my $protien =~ ... ^^

The 'if' will never match because you have declared a new variable. In the 'if', correct the spelling and drop 'my':

if ($protein =~ ...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 17:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found