Help for this page

Select Code to Download


  1. or download this
    sub validate_max_size {
        my $val = shift;
    ...
        no warnings;
        ! defined $val || $val > 0;
    }