Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Infinite Recursion of a String

by tadman (Prior)
on Feb 07, 2001 at 00:30 UTC ( [id://56773]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
         #!/usr/bin/perl -w
    
         use strict;
    ...
         while ($string =~ s!($trans_rx)!$trans{$1}!o) { }
    
         print "$string\n";
    
  2. or download this
         I'm Frank and I prefer Cherry Red objects, at least on 15:33:43 o
    +n 2001-02-06
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://56773]
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: (5)
As of 2024-03-28 14:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found