Re: [Perl-unix-users] parsing files by date within dir

2002-09-12 Thread Anthony E.
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

Re: [Perl-unix-users] Sending out text and html email

2001-07-16 Thread Anthony E.
, 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

Re: [Perl-unix-users] Background image

2001-06-25 Thread Anthony E.
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

Re: [Perl-unix-users] Mysql

2001-06-24 Thread Anthony E.
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

RE: [Perl-unix-users] Give me the guidence to install the PERL Modules

2001-06-20 Thread Anthony E.
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" <[