Help for this page

Select Code to Download


  1. or download this
    #!perl;
    use strict;
    ...
            );
    
    say 'scq ',$scquery;
    
  2. or download this
    my $sth = $dbh->prepare( $scquery );
    
    $sth->execute( @Various_Apostrophes );
    
    exit 0;