Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Reusing camel code

by gmax (Abbot)
on Dec 03, 2001 at 15:19 UTC ( [id://129064]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (split(/:/, $$pattern)) {
        $_ = 'S0' . $_ unless /^S/;
    ...
        }
        print STDERR "\n";
    }
    
  2. or download this
    pattern: S51F11S0
    0 -> [] 1 -> [51] 2 -> [] 3 -> [11] 4 -> [] 5 -> [0]
    
  3. or download this
    pattern: S51F11S0
    0 -> [51] 1 -> [11] 2 -> [0]
    
  4. or download this
    tr/ //d;
    $camel .= $_;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 05:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found