I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-11-24 16:52:35.34142-08 by tjyang
How do I use Net::Google::Spreadsheets behind corporate firewall ?
I am able to follow the tutorial example to login and create worksheet on my personal and corporate gmail accounts. The problem is how do I specify the http proxy info(wwwgate.mycompany.com, username/password) in the
use Net::Google::Spreadsheets; #login into google doc account in company network behind firewall my $service = Net::Google::Spreadsheets->new( username => 'tj@mycomany.com', password => 'password' ); # Get a list of existing spreadsheet. my @spreadsheets = $service->spreadsheets();
Thanks for your pointer tj
Direct Responses: Write a response