find . -type f -ctime 5
finds files in the current directory who's creation
time is 5 days ago.
see "man find"
there is also -atime which is access time, not
necessarily changed (ctime).
--- Terry Vaughn <[EMAIL PROTECTED]> wrote:
> Hello. Can someone fwd me a snibbet of code to
> identify all
, you don't sell him 12
> ounces of paper and ink
> and glue - you sell him a whole new life." -
> Christopher Morley
>
> "Thanks O'REILLY." - Me
>
>
>
>
>
>
___
> Send a cool gift with your E-Card
> http://www.bluemountain.c
don't know for sure, but try:
-background=>'/image.gif',
--- Evulla <[EMAIL PROTECTED]> wrote:
> Hi.
> Can someone please tell me how to get an image for
> background
> in my Cgi-script (perl).
>
> print header, start_html(-title=>$title,
>
> -bgcol
the perl modules you need are DBI.pm and DBD::MySQL.pm
you can obtain them from cpan.org.
as for php, your page will connect to the db via some
other built in php method.
the documentation on DBD and DBI should have examples
for connecting to the db in perl.
-
Anthony E.
--- Johnno <[EM
perl -MCPAN -e shell is the easiest way...
however, I've found that most modules found on
cpan.org have INSTALL or README files included in the
distribution which will cover typical installation
methods.
don't know for sure, but I recommend "su" for
installing modules.
--- "Richard A. Evans" <[