would probably do :)#!/usr/bin/perl -w use strict; foreach(<*.shtml>) { if (-M $_ < 31) { print $_,"\n"; } }
In reply to Re: Display A File Via Attribute
by Beatnik
in thread Display A File Via Attribute
by keafb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |