[EMAIL PROTECTED] wrote:

> Hi there,
> 
> I am new here, have been using Perl on DOS, Win32 (to work with 
> Excel) and on Netware.
> 
> What I'm trying to do now is: 
> 
> Use Perl to syntactically parse something that is in the Windows 
> clipboard, open a web-page and enter the parsed data there, click on 
> some buttons, enter data into some text-fields, wait for the website to 
> return some data and so on.
> 
> Simply said: to automatically enter data from the Clipboard into some 
> website(s) instead of doing it manually.
> 
> There is too much information to go through to find a solution.
> 
> So, anybody who can easily and in short tell me where to look for 
> information or are there some samples?
> 
> Is Perl "better" than using the Windows Scripting Host (that program 
> could surely do the same, right?), but I'd prefer PERL

I would use Win32::Clipboard to get the clipboard data and WWW::Mechanize
for the rest (or just LWP if it's a simple form).


-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to