Help for this page

Select Code to Download


  1. or download this
       open FH, ">somefile" || die "Could not open somefile : $!";
    
  2. or download this
       $dbh = DBI->connect('dbi:DBDnamehere:connectstringhere','userid', '
    +password', {RaiseError => 1});