yeah, sorry, I meant LWP::Simple::get()  :-)

I wasn't sure if LWP::Simple did any caching since there wasn't any mention
of it in perldoc LWP::Simple.  In general, can I assume that an omission of
a feature related to a function means that it doesn't exist?  eg I think
it's reasonable to assume that there might have been some built-in caching
provided with LWP::Simple::get() even if there was no mention of it.

Drew

-----Original Message-----
From: Michael Fowler [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 21, 2001 1:13 PM
To: Cohan, Drew
Cc: [EMAIL PROTECTED]
Subject: Re: get & cache


On Thu, Sep 20, 2001 at 08:43:49AM -0400, Cohan, Drew wrote:
> offhand does anybody know if get ($url) does any sort of cacheing of the
> contents of the url?  if it does, how do you turn cacheing off?

What get() are you referring to?  LWP::Simple::get?  LWP::Simple::get
doesn't do any caching; if it did, it would be clearly documented in perldoc
LWP::Simple :)


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to