Help for this page

Select Code to Download


  1. or download this
    # Assuming:
    # 
    ...
    # +-----+-----------+
    # |  ?  |     1     |
    # +-----+-----------+
    
  2. or download this
    #!/usr/local/bin/perl -w
    
    ...
    close_db();
    exit();
    
  3. or download this
        $stmt = "SELECT id, name FROM table1";
        $sth = execute_it($dbh,$stmt);
    ...
    
    close_db();
    exit();