Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Code that writes code

by Ovid (Cardinal)
on Dec 22, 2000 at 22:23 UTC ( [id://48060]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($main::stateIn{'sibling'}) {
        no strict 'refs';
        &{$main::stateIn{'sibling'}}();
    }
    
  2. or download this
    #!C:/perl/bin/perl.exe -w
    use strict;
    ...
    
    close INV;
    close OUT;
    
  3. or download this
    SWITCH: {
        if ( defined $sibling ) {
    ...
            &main;
            last SWITCH;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (1)
As of 2024-04-24 14:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found