Help for this page

Select Code to Download


  1. or download this
    use strict;
    use DBI;
    ...
    }
    
    $db->disconnect();
    
  2. or download this
    use strict;
    use DBI;
    ...
    print @col;
    }
    }
    
  3. or download this
    &subroutine('$moo')
    sub soubroutine   {
    ...
       $var = "moo";
       print $moo;
    }