Re: urgent help required

2001-05-23 Thread Edward G. Orton


- Original Message -
From: "Vishal Madan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 10:11 AM
Subject: urgent help required


> Hi,
>I am new to world of perl programming. I got a perl programme from
> client. when i made some small change to it and tried to compile it, it
gave
> a error " element not found at line ... in parser.pm".  i tried all the
> possible things but compile error is still there.
> any help is highly appericiated
> Regards
> Vishal

A lot more information is required to assist you. How about a small snippet
of the script where it's failing to give us an idea of what's going on.

ego
Edward G. Orton, GWN Consultants Inc.
Office: 613-860-3186, Home: 613-764-3186, Fax: 613-764-1721
email: [EMAIL PROTECTED]

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



RE: urgent help required

2001-03-14 Thread Bellenger, Bruno (Paris)


Or for that matter, any name that resolves to your machine's IP address.
Create a local HOST file entry to that end if necessary.

_
Bruno Bellenger
Sr. Network/Systems Administrator 


-Original Message-
From:   Jan Matejka [SMTP:[EMAIL PROTECTED]]
Sent:   mercredi 14 mars 2001 16:58
To: Perl-Win32-Users Konference (E-mail)
Subject:        RE: urgent help required

Try using symbolic name

localhost

instead of IP address.

127.0.0.1

MaT

>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED]]On 
>Behalf Of Vishal Madan
>Sent: Wednesday, March 14, 2001 3:11 PM
>To: [EMAIL PROTECTED]
>Subject: urgent help required
>
>
>Hi,
>   I am new to world of perl programming. I got a perl 
>programme from
>client. when i made some small change to it and tried to 
>compile it, it gave
>a error " element not found at line ... in parser.pm".  i tried all
the
>possible things but compile error is still there.
>any help is highly appericiated
>Regards
>Vishal
>
>___
>Perl-Win32-Users mailing list
>[EMAIL PROTECTED]
>http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
>

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



RE: urgent help required

2001-03-14 Thread Jan Matejka

Try using symbolic name

localhost

instead of IP address.

127.0.0.1

MaT

>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED]]On 
>Behalf Of Vishal Madan
>Sent: Wednesday, March 14, 2001 3:11 PM
>To: [EMAIL PROTECTED]
>Subject: urgent help required
>
>
>Hi,
>   I am new to world of perl programming. I got a perl 
>programme from
>client. when i made some small change to it and tried to 
>compile it, it gave
>a error " element not found at line ... in parser.pm".  i tried all the
>possible things but compile error is still there.
>any help is highly appericiated
>Regards
>Vishal
>
>___
>Perl-Win32-Users mailing list
>[EMAIL PROTECTED]
>http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
>

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



RE: urgent help required

2001-03-14 Thread Vishal Madan

if i switch it to different ip address then too this problem is there

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Cornish, Merrill
Sent: Wednesday, March 14, 2001 10:10 AM
To: Vishal Madan
Cc: [EMAIL PROTECTED]
Subject: RE: urgent help required


OK, the next test is to switch it to a different IP address to see if it's
the number-dot-number-dot-number-dot-number format that is creating the
problem rather than 127.0.0.1 itself.

Merrill

> -Original Message-
> From: Vishal Madan [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 8:59 AM
> To:   'Cornish, Merrill'
> Cc:   [EMAIL PROTECTED]
> Subject:  RE: urgent help required
>
> thanks for prompt response.
>
> 1. The problem goes away if I put the old value back. I am able to compile
> it .
> 2. My requirement is that I have to use this localhost address (127.0.0.1)
>
> hope to hear from u soon
> thanks again
> Regards
> Vishal
>
> -Original Message-
> From: Cornish, Merrill [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 10:02 AM
> To: Vishal Madan
> Cc: [EMAIL PROTECTED]
> Subject: RE: urgent help required
>
>
> First question:  If you put the value back to what it was, does the
> problem
> go away?  This will verify that THIS is the change that actually caused
> the
> problem.
>
> Second question:  You switched to the loopback address.  Have you tried a
> real host name to see of the special-case loop back is causing the
> problem?
>
> Merrill
>
> > -Original Message-
> > From:   Vishal Madan [SMTP:[EMAIL PROTECTED]]
> > Sent:   Wednesday, March 14, 2001 8:42 AM
> > To: 'Peter Eisengrein'
> > Cc: [EMAIL PROTECTED]
> > Subject:RE: urgent help required
> >
> > thanks a lot for prompt response
> > here is the change
> > in the given programe there was a varibale
> > my($testUrl)="http://www.domain.com/sample/../.."
> > i changed it to my url as
> > my($testUrl)="http://127.0.0.1/sample/../.."
> > then i get this error
> >
> > regards
> > Vishal
> >
> > -Original Message-
> > From: Peter Eisengrein [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 14, 2001 9:41 AM
> > To: 'Vishal Madan'; [EMAIL PROTECTED]
> > Subject: RE: urgent help required
> >
> >
> > it would be helpful if you show the change you made.
> >
> > -Original Message-
> > From: Vishal Madan [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 14, 2001 9:11 AM
> > To: [EMAIL PROTECTED]
> > Subject: urgent help required
> >
> >
> > Hi,
> >I am new to world of perl programming. I got a perl programme
> from
> > client. when i made some small change to it and tried to compile it, it
> > gave
> > a error " element not found at line ... in parser.pm".  i tried all the
> > possible things but compile error is still there.
> > any help is highly appericiated
> > Regards
> > Vishal
> >
> > ___
> > Perl-Win32-Users mailing list
> > [EMAIL PROTECTED]
> > http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
> >
> > ___
> > Perl-Win32-Users mailing list
> > [EMAIL PROTECTED]
> > http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



RE: urgent help required

2001-03-14 Thread Cornish, Merrill

OK, the next test is to switch it to a different IP address to see if it's
the number-dot-number-dot-number-dot-number format that is creating the
problem rather than 127.0.0.1 itself.

Merrill

> -Original Message-
> From: Vishal Madan [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 8:59 AM
> To:   'Cornish, Merrill'
> Cc:   [EMAIL PROTECTED]
> Subject:  RE: urgent help required
> 
> thanks for prompt response.
> 
> 1. The problem goes away if I put the old value back. I am able to compile
> it .
> 2. My requirement is that I have to use this localhost address (127.0.0.1)
> 
> hope to hear from u soon
> thanks again
> Regards
> Vishal
> 
> -Original Message-
> From: Cornish, Merrill [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 10:02 AM
> To: Vishal Madan
> Cc: [EMAIL PROTECTED]
> Subject: RE: urgent help required
> 
> 
> First question:  If you put the value back to what it was, does the
> problem
> go away?  This will verify that THIS is the change that actually caused
> the
> problem.
> 
> Second question:  You switched to the loopback address.  Have you tried a
> real host name to see of the special-case loop back is causing the
> problem?
> 
> Merrill
> 
> > -Original Message-
> > From:   Vishal Madan [SMTP:[EMAIL PROTECTED]]
> > Sent:   Wednesday, March 14, 2001 8:42 AM
> > To: 'Peter Eisengrein'
> > Cc: [EMAIL PROTECTED]
> > Subject:RE: urgent help required
> >
> > thanks a lot for prompt response
> > here is the change
> > in the given programe there was a varibale
> > my($testUrl)="http://www.domain.com/sample/../.."
> > i changed it to my url as
> > my($testUrl)="http://127.0.0.1/sample/../.."
> > then i get this error
> >
> > regards
> > Vishal
> >
> > -Original Message-
> > From: Peter Eisengrein [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 14, 2001 9:41 AM
> > To: 'Vishal Madan'; [EMAIL PROTECTED]
> > Subject: RE: urgent help required
> >
> >
> > it would be helpful if you show the change you made.
> >
> > -Original Message-
> > From: Vishal Madan [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 14, 2001 9:11 AM
> > To: [EMAIL PROTECTED]
> > Subject: urgent help required
> >
> >
> > Hi,
> >I am new to world of perl programming. I got a perl programme
> from
> > client. when i made some small change to it and tried to compile it, it
> > gave
> > a error " element not found at line ... in parser.pm".  i tried all the
> > possible things but compile error is still there.
> > any help is highly appericiated
> > Regards
> > Vishal
> >
> > ___
> > Perl-Win32-Users mailing list
> > [EMAIL PROTECTED]
> > http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
> >
> > ___
> > Perl-Win32-Users mailing list
> > [EMAIL PROTECTED]
> > http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



RE: urgent help required

2001-03-14 Thread Vishal Madan

thanks for prompt response.

1. The problem goes away if I put the old value back. I am able to compile
it .
2. My requirement is that I have to use this localhost address (127.0.0.1)

hope to hear from u soon
thanks again
Regards
Vishal

-Original Message-
From: Cornish, Merrill [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 10:02 AM
To: Vishal Madan
Cc: [EMAIL PROTECTED]
Subject: RE: urgent help required


First question:  If you put the value back to what it was, does the problem
go away?  This will verify that THIS is the change that actually caused the
problem.

Second question:  You switched to the loopback address.  Have you tried a
real host name to see of the special-case loop back is causing the problem?

Merrill

> -Original Message-
> From: Vishal Madan [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 8:42 AM
> To:   'Peter Eisengrein'
> Cc:   [EMAIL PROTECTED]
> Subject:  RE: urgent help required
>
> thanks a lot for prompt response
> here is the change
> in the given programe there was a varibale
> my($testUrl)="http://www.domain.com/sample/../.."
> i changed it to my url as
> my($testUrl)="http://127.0.0.1/sample/../.."
> then i get this error
>
> regards
> Vishal
>
> -Original Message-
> From: Peter Eisengrein [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 9:41 AM
> To: 'Vishal Madan'; [EMAIL PROTECTED]
> Subject: RE: urgent help required
>
>
> it would be helpful if you show the change you made.
>
> -Original Message-
> From: Vishal Madan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 9:11 AM
> To: [EMAIL PROTECTED]
> Subject: urgent help required
>
>
> Hi,
>I am new to world of perl programming. I got a perl programme from
> client. when i made some small change to it and tried to compile it, it
> gave
> a error " element not found at line ... in parser.pm".  i tried all the
> possible things but compile error is still there.
> any help is highly appericiated
> Regards
> Vishal
>
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
>
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



RE: urgent help required

2001-03-14 Thread Petr Smejkal

It looks more like run-time error from HTML::Parser.
Are you sure that the content of your client's page is the same as your
localhost page?

-- Petr Smejkal

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf
> Of Vishal Madan
> Sent: Wednesday, March 14, 2001 3:42 PM
> To: 'Peter Eisengrein'
> Cc: [EMAIL PROTECTED]
> Subject: RE: urgent help required
>
>
> thanks a lot for prompt response
> here is the change
> in the given programe there was a varibale
> my($testUrl)="http://www.domain.com/sample/../.."
> i changed it to my url as
> my($testUrl)="http://127.0.0.1/sample/../.."
> then i get this error
>
> regards
> Vishal
>
> -Original Message-
> From: Peter Eisengrein [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 9:41 AM
> To: 'Vishal Madan'; [EMAIL PROTECTED]
> Subject: RE: urgent help required
>
>
> it would be helpful if you show the change you made.
>
> -Original Message-
> From: Vishal Madan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 14, 2001 9:11 AM
> To: [EMAIL PROTECTED]
> Subject: urgent help required
>
>
> Hi,
>I am new to world of perl programming. I got a perl programme from
> client. when i made some small change to it and tried to compile
> it, it gave
> a error " element not found at line ... in parser.pm".  i tried all the
> possible things but compile error is still there.
> any help is highly appericiated
> Regards
> Vishal
>
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
>
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users