Help for this page

Select Code to Download


  1. or download this
      return if $s < $min && @z == 10;
    
  2. or download this
    File::Find::find( sub {
      return unless -f;
    ...
    }, $dir );
    
    print "$_\n" for @z;