Help for this page

Select Code to Download


  1. or download this
    sub get_good_int {
      next if /^unknown/;
      print "My filename is: $_\n";
    }
    
  2. or download this
    use File::Find;
    use File::Basename;
    ...
        myfunc2($_);
      }
    }