Re: www::mechanize issues

2004-05-30 Thread John J Lee
On Sat, 29 May 2004, bruce wrote: > hi... Hi [...] > basically, i'm looking to be able to get class schedule information from the > http://lca.lehman.cuny.edu/dept/registrar/schedule/coursefinder.asp site. [...] #!/usr/bin/perl -w use WWW::Mechanize; my $b = WWW::Mechanize->new(); $b->get("htt

www::mechanize issues

2004-05-29 Thread bruce
hi... being relatively new to perl/www::mechanize, i'm trying to see if this is the right mailing list for using the www::mechanize module for a test app. basically, i'm looking to be able to get class schedule information from the http://lca.lehman.cuny.edu/dept/registrar/schedule/coursefinder.as