Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Can any Perl Monk help me to correct the mistake in counting motifs in a string in the perl program written by me?

by Utilitarian (Vicar)
on Dec 12, 2011 at 10:43 UTC ( [id://943061]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Because the transliteration table is built at compile time, neither th
    +e SEARCHLIST nor the REPLACEMENTLIST 
    are subjected to double quote interpolation.  That means that if you w
    +ant to use variables, 
    ...
                       eval "tr/$oldlist/$newlist/";
                       die $@ if $@;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-24 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found