in reply to opening up a webpage
will actually get the page (!). Then you can use matching or other means of parsing to find a particular line; it's possible the HTML tags might be helpful in finding something, so you might not need to use one of the parser routines; then again, that might be appropriate depending on what you need.perl -MLWP::Simple -e "print get(shift)" http://www...
|
|---|