Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Interesting line which I read from Monk's snippets

by pKai (Priest)
on Jan 31, 2006 at 08:30 UTC ( [id://526685]=note: print w/replies, xml ) Need Help??


in reply to Re: Interesting line which I read from Monk's snippets
in thread Interesting line which I read from Monk's snippets

To deliver the same result (i. e. undef) for not found input values, the tr solution has to be a bit more elaborate.

Somewhat along the line of

my $found = (my $pat = substr($0,0,1)) =~ tr/abcd/-=~^/; $pat = $found ? $pat : undef;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-29 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found