On Sat, 01 Apr 2006 09:29:47 -0700, Bryan Harris wrote:
> This looks very interesting...  I downloaded it, but I have no idea how to
> install it, though.  I'm a modules-idiot.  I tried putting the .pm file in
> the current directory and putting "use TimeTick.pm;" at the beginning of my
> code, but it doesn't work.  I'd like to be able to just haul the .pm file
> around with my script and not have to "install" it on each machine I use...

Make that

  use TimeTick;

and you might want to get the Alpaca book...

-- 
Peter Scott
http://www.perlmedic.com/
http://www.perldebugged.com/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to