Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Shooting at a Moving Target

by Aristotle (Chancellor)
on Feb 14, 2007 at 02:55 UTC ( [id://599847]=note: print w/replies, xml ) Need Help??


in reply to Re: Shooting at a Moving Target
in thread Shooting at a Moving Target

my $char_for = $codepoint_table{ 'a' }; s{ \x1B ([abcs]) | (.) }{ $1 ? do { $char_for = $codepoint_table{ $1 }; '' } : $char_for->{ +$2 } }ge;

Makeshifts last the longest.

Replies are listed 'Best First'.
Re^3: Shooting at a Moving Target
by belg4mit (Prior) on Feb 14, 2007 at 03:04 UTC
    But where's the evil?! (You also didn't use the "requested" (?{). TIMTOWTDI

    --
    In Bob We Trust, All Others Bring Data.

Log In?
Username:
Password:

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

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

    No recent polls found