Hello
As Bill suggested, here is what I have at the moment
$startFormatted is the date that comes out of database
(formatted with DATE_FORMAT( datetime, '%S %i %H %w %m %Y'))
# I have module
use Time::localtime;
# firstly i split variable into parts
my ($sec, $min, $hour, $day, $month, $year) =
Byrne, Dermot wrote:
Hello
As Bill suggested, here is what I have at the moment
$startFormatted is the date that comes out of database
(formatted with DATE_FORMAT( datetime, '%S %i %H %w %m %Y'))
# I have module
use Time::localtime;
# firstly i split variable into parts
my ($sec, $min, $hour, $da
aha
so I'm using timelocal function now
but I'm getting
Undefined subroutine ::timelocal
does this mean there is a seperate timelocal module i need to install?
I've got
/usr/lib/perl5/5.6.0/Time/Local.pm
/usr/lib/perl5/5.6.0/Time/gmtime.pm
/usr/lib/perl5/5.6.0/Time/localtime.pm
/usr/lib/perl5/5.
Byrne, Dermot wrote:
> aha
>
> so I'm using timelocal function now
> but I'm getting
> Undefined subroutine ::timelocal
>
> does this mean there is a seperate timelocal module i need to install?
>
> I've got
> /usr/lib/perl5/5.6.0/Time/Local.pm
> /usr/lib/perl5/5.6.0/Time/gmtime.pm
> /usr/lib/pe
thats interesing because my code
is in a module I've written
used by a CGI script
its annoying too because I've got
use Time::Local 'timelocal_nocheck';
at the top of my module
but even with that _nocheck
I get
Day '0' out of range 1..31
which isn't supposed to happen
-Original Message
Hi,
I got a little project and I need to come up with a solution on how to
finish it and was hoping if you guys can give me any ideas.
I have a PERL script on a Unix AIX machine that checks for incoming update
of data. Specificly what it does is, when it runs, it will look at the
corresponding d
Has anyone gotten WWW::Search to work to scrap job listings? I've tried
and tried - and it just doesn't want to work for me.
Specifically:
WWW::Search::AOL::Classifieds::Employment
WWW::Search::Dice
WWW::Search::HeadHunter
WWW::Search::Yahoo::Classifieds::Employment
WWW::Search::Monster
WWW::