Help for this page

Select Code to Download


  1. or download this
            my $mtime = stat("$local_dir/$file")->mtime;
    
  2. or download this
            next unless (-f "$local_dir/$file"); # File was moved in the m
    +eantime already?!
    
  3. or download this
        while (defined(my $file = readdir($DH)) {
            next unless ($file =~ m/\.xml$/);