... This code should do it for you: require LWP::UserAgent; my $ua = new LWP::UserAgent; my $req = new HTTP::Request 'POST', 'http://somewhere/somescript.cgi';...
675
Joseph McDonald
joe@...
Dec 1, 1995 10:59 am
Hi, I have just installed libwww-perl-5b6, and am looking for a way to print out an html document with all the links expanded to the full URL (i.e. blah.gif...
676
Doug MacEachern
dougm@...
Dec 1, 1995 2:59 pm
... I just yanked this out of some other code, but it works and should at least be a start for what you need. It reads a file from STDIN and resets any ...
677
Gisle Aas
aas@...
Dec 1, 1995 3:13 pm
... Sure. ... Check what "request -o links http://yourplace/" spits out... If you want the URLs expanded in the HTML document text then this might help ... ...
678
Gisle Aas
aas@...
Dec 1, 1995 4:19 pm
I was too busy to answer any of this last week. ... I was in need for a HTML parser. Greg's module did not look like a good stating point to me at that time....
679
Rejean Blais
aab921@...
Dec 2, 1995 3:23 am
I am such a novice to html and cgi I was using perl5 and it works fine to open a dbm file (dbmopen) Now that I've change of company (They have Perl4 installed)...
680
Joseph McDonald
joe@...
Dec 3, 1995 1:06 am
Hi, ... Thansk Gil, and also thanks to Doug MacEachern for an example of how to expand links. It works like a charm, and I get neatly formatted output to...
681
Gisle Aas
aas@...
Dec 3, 1995 2:19 pm
... The argument to $h->pos() should be a reference to a HTML::Element object that is part of the tree that has $h as root. You might find a suitable location...
I am such a novice to html and cgi ... 501 Not Implemented We are sorry to be unable to perform the method POST to non-script at this time or to this document....
683
Randal L. Schwartz
merlyn@...
Dec 3, 1995 8:39 pm
... Blais> I am such a novice to html and cgi [rest of clueless newbie question deleted, cuz y'all know the answer. :-] So, *how* long before you make this...
684
Martijn Koster
m.koster@...
Dec 4, 1995 6:59 pm
Hi all, I noticed the library preferred URI headers in redirects over Location. If I look in the latest 1.1 spec at w3.org, that talks about Location, so I...
685
Olli
olli@...
Dec 5, 1995 4:54 pm
Hi again, is it possible to create an encrypted password from a perl script? i've tried crypt() but what salt should be used? Someone must know... Cheers, ...
686
Martijn Koster
mak@...
Dec 5, 1995 6:06 pm
... Summarising was never so easy: Total of responses in favour: 1. I guess an informal Bar affair is most appropriate for that size a crowd :-) -- Martijn PS:...
687
Martijn Koster
mak@...
Dec 5, 1995 9:25 pm
... Please take general Perl question to an appropriate forum, like comp.lang.perl.misc. This list exists only for discussions of the libwww-perl library. As...
688
Olli
olli@...
Dec 6, 1995 9:27 am
Sorry about that all, i thought this was a general perl mailer... :-( Does anyone know of a general perl mailer around, and the address of it? Cheers all, ...
689
Jonathan F Adams
jfa@...
Dec 7, 1995 3:33 pm
Hi, I just starting learning MacPerl - and downloaded some files that mentioned a mailing list bu tno subscribing info. SOrry if I am posting to the whole...
690
Rodrigo Vanegas
vanegas@...
Dec 7, 1995 5:07 pm
I'm having trouble installing libwww on sunos4. After installing perl5.001m, I unpacked libwww-perl-5b6.tar and ... % perl Makefile.PL Checking if your kit is...
691
Martijn Koster
mak@...
Dec 7, 1995 8:54 pm
In message <Pine.ULT.3.91a.951207102319.9929A-100000@...>, Jonathan ... Yes, this went to the whole list :-) Also, this list isn't for the ...
692
Rodrigo Vanegas
vanegas@...
Dec 8, 1995 12:13 am
This method works fine the first argument, the delimeter, is defined such as the common "\n". But I can't seem to get it to read even a single byte when the...
693
Aliza R. Panitz
buglady@...
Dec 9, 1995 6:49 pm
Help! When I run testbot or testlinks, I get: Undefined subroutine "main'_POSIX_C_SOURCE" called at /usr/contrib/lib/perl/sys/cdefs.ph line 3. testdates and...
694
Aliza R. Panitz
buglady@...
Dec 9, 1995 9:10 pm
After looking all over the include files, I decided that it was probably relatively safe to just hard-code the silly thing. Following the method shown in a...
695
Youn-Hee Choi
yhchoi@...
Dec 11, 1995 9:37 am
Hello! I want to install wdb-p95 into my system. But there is a critical problem.. That is the installation problem of pg95perl. I don;t know the reason ob...
696
jjmccabe@...
Dec 11, 1995 6:00 pm
Dear Perl-libwww makers, I have downloaded libwww-perl version 0.40 onto a Sun Sparc. The get program coredumps on me for http requests (file is ok). I have...
697
Rujith de Silva
Rujith_S_DeSilva@...
Dec 16, 1995 12:40 am
... Here's a bug-fix for: libwww-perl version 5b6 I hope this is the right mailing list to send these. In lib/LWP/Protocol.pm: sub collect { my ($self, $arg,...
698
Simon Blanchard
simonb@...
Dec 20, 1995 9:37 am
perl5.001m on Solaris 2.4 I've only just got libwww-perl and tried to install it. I get errors when I do a make test in mediatypes and autoload. (Verbose...
699
Gisle Aas
aas@...
Dec 20, 1995 11:05 am
... There is no easy way yet, but this is mentioned in the TODO list as "The HTML::Parse module should make meta information (<HEAD>) easier to access." ...
700
Pierre-Yves Foucou
foucou@...
Dec 20, 1995 3:30 pm
701
Gisle Aas
aas@...
Dec 20, 1995 5:00 pm
... I would not worry about these. They are probably caused by the library finding a ~/.mime.types file and using it. The test ought to be rewritten. ... ...
702
Hans de Graaff
J.J.deGraaff@...
Dec 21, 1995 8:26 am
I noticed that libwww-perl-5b6 contains some uncoditional warn's which output parse problems with HTML (such as illegal tags, etc.) Shouldn't these warn's be...
703
Gisle Aas
aas@...
Dec 21, 1995 10:55 am
... $ cat >>TODO Make HTML parser warnings optional. ^D --Gisle...