Re: Scoping

2002-06-29 Thread drieux
On Friday, June 28, 2002, at 01:30 , Octavian Rasnita wrote: [..] The canonical Answer is up at: http://perl.plover.com/FAQs/Namespaces.html for the bored try the home version silly alternative: http://www.wetware.com/drieux/CS/Proj/GlobalGame/ what one wants to do is protect

Accepting cookies with LWP?

2002-06-29 Thread Octavian Rasnita
Hi all, I've tried to get a web page with the following line: use LWP::Simple; my $page = get($path); The problem is that LWP gets another page telling me that I should login or I should enable my browser to accept cookies. What should I do to make LWP to accept cookies? Is it possible with