Help for this page

Select Code to Download


  1. or download this
    package Your::SQL::Utils;
    
    ...
    }
    
    sub other_query { ... }
    
  2. or download this
    # your_prog.pl
    
    ...
    
    my $util = Your::SQL::Utils::->new();
    $util->$query();
    
  3. or download this
    $ your_prog.pl -q some_query