using cookie in google scholar from perl

2007-11-09 Thread Francois
I would like to use bibTex data in a perl script from google scholar. These data are controlled in google scholar with the preference panel wich use cookies to remember the user's settings. bibTex are not displayed with the default settings. Using the perl script I receive an empty page with the

LWP/Protocol/http.pm

2007-11-09 Thread Derek Boonstra
I bumped into this snip on perlmonks. http://www.perlmonks.org/?node_id=621885 my $browser = LWP::UserAgent-new(); my $response = $browser-request($request, \sendthis); Its pretty nice way to post large datafiles via without buffering hundreds of megs in local RAM. I hadn't thought