Help for this page

Select Code to Download


  1. or download this
    push(@sourcefiles, $_) if -f and /$datafile/i;
    
  2. or download this
    open(my $fh, '<', $File::Find::name) or die "Can't open $File::Find::n
    +ame: $!";
    my $source = do { local $/; <$fh> };
    close $fh;