thanks for replying...
Acutally my requirement is, I need to login to one of my secure website with username & password. After that I need to get some data from one more link in the next page.. So I need general code to login to secure website as Mail::Webmail::Gmail is only for GMAIL..
I will check on POP3, as of now I am not sure on this.. | [reply] |
When i am running yua code. there is a error which i generated as :
Error: Can't locate object method "new" via package "Mail::Webmail::Gmail" (perhaps you forgot to load "Mail::Webmail::Gmail"?) at login1.pl line 4. Can u try to resolve the issue.. and come up with the new code..
What does it mean?? | [reply] |
The parent post does not mention Mail::Webmail::Gmail at all, so you are not running the code you are replying to.
Note that the bug reports for Mail::Webmail::Gmail show that it has not been maintained since 2006, which makes it quite unlikely for a web scraper to still work.
If you want to continue with the code you have, you will have to install Mail::Webmail::Gmail. Either use your OSes package manager to install the module or install it through the cpan tool:
cpan Mail::Webmail::Gmail
Most likely, you will find it much easier to acces Gmail through IMAP. | [reply] [d/l] [select] |
| [reply] |
| [reply] |