Help for this page

Select Code to Download


  1. or download this
    sub querryDatabase() {
       my($inputData) = @_;
       ...
    
  2. or download this
    sub querryDatabase() {
       my($self, $inputData) = @_;
       ...
    
  3. or download this
    use strict;
    use warnings;
    ...
    print $gizmo->ID, "\n";
          $gizmo->inc_id(5);
    print $gizmo->ID, "\n";
    
  4. or download this
    16:41 >perl 1366_SoPW.pl
    PM142
    PM147
    
    16:41 >