J. Alejandro Ceballos Z. wrote: > I created a cron job that gets a page using LWP::Simple, but > everytime it runs via cron, it sends me the results generated when I > called directly; like if the page was called from memory or from a > cache, not from the actual one. > > Is there any way to specify not to store the page results in a > cache? Like a pragma no-cache or similar?
LWP doesn't do any caching, AFAIK. I think something else is going on. Can you post your code? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>