Help for this page
if ( $preauth eq '0' ) { print "No" }; if ( $preauth eq '1' ) { print "Yes" };
#!/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".