Re: get & cache

2001-09-21 Thread Michael Fowler
On Fri, Sep 21, 2001 at 02:25:01PM -0400, Cohan, Drew wrote: > 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? I would, yes. Th

RE: get & cache

2001-09-21 Thread Cohan, Drew
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 PROTECT

Re: get & cache

2001-09-21 Thread Michael Fowler
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; i

Re: get & cache

2001-09-21 Thread walter valenti
No, get($url) does'nt cache. Walter > hi, > > 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? > > thanks, > > -- drew > [EMAIL PROTECTED] > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additi