Help for this page

Select Code to Download


  1. or download this
    # warning: untested code
    
    ...
        print "Lost file $yesterday";
        print "Lost file $_" while <YESTERDAY>;
    }
    
  2. or download this
    # Again untested, so take care !
    # A string that will sort beyond any returned file (they all start wit
    +h /)
    ...
        local $_;
        print "Lost file $_" while <YESTERDAY>;
    }