Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        warn "***$@***\n" if $@;
        return @rows;
    }
    
  2. or download this
    ################################################################
    # you don't need to read below this point.
    ...
        }
        printf "%d record(s) found\n", scalar(@_);
    }