Help for this page

Select Code to Download


  1. or download this
    sub getOraPwd{
    ...
    ...
    ...
    
    }
    getOraPwd();
    
  2. or download this
    $username="blah";
    $password=result from getPwd.pl
    $dsn=qq{...};
    $dbh=DBI->connect($dsn, $username, $password)};