Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Control the Web browser from the client-side?

by rbc (Curate)
on Mar 07, 2002 at 21:50 UTC ( [id://150148]=note: print w/replies, xml ) Need Help??


in reply to Control the Web browser from the client-side?

I haven't done much with LWP but I imagine that you could
have a perl script that used LWP to navigate links to get the
URL's and then do a system( netscape, $url ) ...

psuedo code:
... for ( how ever long ) { @links = getlinks( $theWebPage ); foreach $link (@link) { system( netscape, $link ); } } ...
I dunno just a guess.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://150148]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 17:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found