Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

lorn's scratchpad

by lorn (Monk)
on Nov 18, 2005 at 20:30 UTC ( [id://509943]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $username = 'USER';
    my $password = 'PASS';
    my $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$database", $usernam
    +e, $password, {RaiseError => 1, AutoCommit => 0});
    
  2. or download this
    use strict;
    use warnings;
    ...
    $t->print("HELO darkstar");
    $foo = $t->getline;
    print $foo;
    

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 avoiding work at the Monastery: (4)
As of 2024-03-29 06:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found