Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Narveson's scratchpad

by Narveson (Chaplain)
on Mar 06, 2008 at 20:55 UTC ( [id://672586]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $generator = <<'END_GENERATOR';
    
    ...
    END_GENERATOR
    
    eval $generator;
    
  2. or download this
    use DBI;
    my ($connect_string, $table, @columns) = @_? @_: @ARGV;
    ...
        my @values = split /\t/;
        $sth->execute(@values);
    }
    
  3. or download this
    my $root;
    BEGIN {
        use FindBin;                
        ($root) = $FindBin::Bin =~ m{ (.* racine) [\\/] }imsx;
    }
    use lib "$root/Jobs/Perl/lib";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (11)
As of 2024-04-23 08:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found