Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Infinite Recursion of a String

by tadman (Prior)
on Feb 07, 2001 at 00:30 UTC ( #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? | Other CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2023-03-23 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?