Help for this page

Select Code to Download


  1. or download this
    if ( $preauth eq '0' ) { print "No" };
    if ( $preauth eq '1' ) { print "Yes" };
    
  2. or download this
    #!/usr/bin/perl
    # first experiments in perl front end for mysql queries
    ...
                      # disconnect will happen automatically.
                      # If more DB stuff happens after this,
                      # keep connection "alive".