Help for this page

Select Code to Download


  1. or download this
    sub check_field {
        my $file_name = shift;
    ...
        return 0 if $#fields < 0;
        return $fields[2] =~ /^\d+$/;
    }