Help for this page

Select Code to Download


  1. or download this
        my %opt = @_;
    
  2. or download this
        ( -d "$opt{ dir }/$_" )   # is a directory
    
  3. or download this
          && !/^\./               # is also not hidden/special
    
  4. or download this
          && /(\d{4}_\d{2}_\d{2}_\d{2})/
                                  # contains date/hour
    
  5. or download this
          && ($opt{ now } gt $1 ) # that is in the past