![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re^4: open a socket and print from stdin....i thinkby stevenrh (Beadle) |
on Oct 06, 2004 at 13:36 UTC ( #396981=note: print w/replies, xml ) | Need Help?? |
Yes. I have a list of links (with session ID, etc) i need to hit on a website. Contrary to my first post, I actually need to issue the POST command. example..I can: nc -vvv website.org 80 and then put in my command: POST http://website.org/action2?sessionid /HTTP/1.0
then i hit return a few times...and i get the html output.
also note, the "http://website.org/action2?sessionid" is coming from an array, because it's a bunch of links in a file.
In Section
Seekers of Perl Wisdom
|
|