Re: How do I read the Response Headers form URL post?

2007-08-24 Thread Bill Luebkert
Mark Funk wrote: Folks, How do I read the response header information. I am using LWP gets ... my $response = $ua-get($baseurl/$home); $home_page = $response-as_string; How would I code to read the Response headers? Something like this should work: print Headers: \n; my %hash

Perl Help - Addlabel

2007-08-24 Thread TR Thomas Rundo (8373)
Hi Everyone, I am new to Perl and I am trying to figure this out. The problem I am having is that as I am adding (AddLabel) labels onto the window unless I have a messagebox popup to stop the app and wait for user input, you won't see the Add Labels. I have a messagebox at the very end that will

perl58.dll: Perl_sv_2iv_flags (undefined reference)

2007-08-24 Thread Suresh Govindachar
Hello, Building VIM with dynamic Perl support gives error messages such as the following: gobj/if_perl.o:if_perl.c:(.text+0x1c1f): undefined reference to `Perl_sv_2iv_flags' Background: I got a new hard-drive -- everything (tools, utilities, sources etc.) is a

RE: perl58.dll: Perl_sv_2iv_flags (undefined reference)

2007-08-24 Thread Jan Dubois
On Fri, 24 Aug 2007, Suresh Govindachar wrote: Building VIM with dynamic Perl support gives error messages such as the following: gobj/if_perl.o:if_perl.c:(.text+0x1c1f): undefined reference to `Perl_sv_2iv_flags' This looks like you compiled if_perl.c against the

RE: perl58.dll: Perl_sv_2iv_flags (undefined reference)

2007-08-24 Thread Suresh Govindachar
Jan Dubois wrote: On Fri, 24 Aug 2007, Suresh Govindachar wrote: Building VIM with dynamic Perl support gives error messages such as the following: gobj/if_perl.o:if_perl.c:(.text+0x1c1f): undefined reference to `Perl_sv_2iv_flags' This looks like you

RE: perl58.dll: Perl_sv_2iv_flags (undefined reference)

2007-08-24 Thread Jan Dubois
On Fri, 24 Aug 2007, Suresh Govindachar wrote: Jan Dubois wrote: On Fri, 24 Aug 2007, Suresh Govindachar wrote: Building VIM with dynamic Perl support gives error messages such as the following: gobj/if_perl.o:if_perl.c:(.text+0x1c1f): undefined reference to

RE: perl58.dll: Perl_sv_2iv_flags (undefined reference)

2007-08-24 Thread Suresh Govindachar
The original post had the entire log. I am repeating it here. The exact command that generates the error message is at the bottom of the log. (A few commands before that is the command involving xsubpp.) C:\home\suresh\develop\vim\vim7\srcmingw32-make.exe -f Make_ming.mak

Re: perl58.dll: Perl_sv_2iv_flags (undefined reference)

2007-08-24 Thread Sisyphus
- Original Message - From: Suresh Govindachar [EMAIL PROTECTED] . . I would try adding -lperl58 to either this command (the command that builds if_perl.o): gcc -c -Iproto -DWIN32 -DWINVER=0x0400 -D_WIN32_WINNT=0x0400 -DHAVE_PATHDEF -DFEAT_HUGE -DHAVE_GETTEXT -DHAVE_LOCALE_H

Re: perl58.dll: Perl_sv_2iv_flags (undefined reference)

2007-08-24 Thread Sisyphus
- Original Message - From: Sisyphus [EMAIL PROTECTED] . . Your C:/opt/perl/lib/CORE/libperl58.lib should be capable of defining those references - it's surely just a matter of linking to that file. Not sure if '-lperl58' will find libperl58.lib. If it doesn't, then create a

RE: perl58.dll: Perl_sv_2iv_flags (undefined reference)

2007-08-24 Thread Suresh Govindachar
Sisyphus suggested linking with C:/opt/perl/lib/CORE/perl58.lib (which does have the symbols in it) in the command that creates if_perl.o and/or in the command that builds gvim.exe (which is also the command that reports the missing references). But the build is supposed to use the