Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Code that writes code

by chipmunk (Parson)
on Dec 22, 2000 at 22:46 UTC ( [id://48066]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          # code to match the stress regex
          $eval .= <<"      EOT";
                next unless /\$stress[$i]/o;
          EOT
    
  2. or download this
        if (defined $stress[$i]) {
          # code to match the stress regex
          $eval .= <<"      EOT";
                next unless /\$stress[$i]/o;
          EOT
        }
    
  3. or download this
      for (my $i=0; $i<=$#entry; ++$i) {
        # ...
    
    ...
          EOT
        }
      }
    

Log In?
Username:
Password:

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

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

    No recent polls found