Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Call for code samples!

by stefan k (Curate)
on Nov 15, 2001 at 14:56 UTC ( [id://125547]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach (keys %global_variables) {
       $content =~ s/\$\($_\)/$global_variables{$_}/g;
    }
    
  2. or download this
    $content =~ s/\n/\n$indent /g;
    
  3. or download this
    $text =~ s/\n.*/ [more\.\.\.]/s;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-03-19 04:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found