Help for this page

Select Code to Download


  1. or download this
    foreach (sort {-M $a <=> -M $b} <*>)
    {
        # ...
    }
    
  2. or download this
    $oldest = 5;  # Days
    $newest = 1;
    
    ...
    
          # Do stuff
    }
    
  3. or download this
    $oldest = 5;  # Days
    $newest = 1;
    
    ...
    {
          # Do stuff
    }