Help for this page

Select Code to Download


  1. or download this
    sub readfile {
        my $filename = shift or return;
        ...
    }
    
  2. or download this
    defined(my $filename = shift) or return;