Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
        close $fh;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        print "$YMLfile: " . ( $currentTime - $mtime ) . " seconds old\n";
    
    }
    
  3. or download this
    for my $YMLfile (<"$directory/*.yml">) {
        print -M $YMLfile, "\n";
    }