Help for this page

Select Code to Download


  1. or download this
    require exporter;
    export = qw (functions, $variables, @arrays);
    
  2. or download this
      $dbh = $dbi->connect(...)
      $variable2= $something2->othermethod();
    
  3. or download this
     
     $variable2= $something2->othermethod($dbh,...);