RE: Problem with LWP::UserAgent

2004-02-23 Thread Rajesh Dorairajan
Hello David, First of all, thank you very much for taking the effort to help me solve the problem. Sorry for the delay in my reply. > please do not top post. when you reply to any message, post > your respond > below the relevant text. > Sorry about this. Will make sure I do this future. > l

RE: Problem with LWP::UserAgent

2004-02-19 Thread david
Rajesh Dorairajan wrote: > > Sorry the syntax error was by mistake. It's not in the actual code. > next time when you post please do not retype your script. try copy and paste the whole script over so you can avoid typo. please do not top post. when you reply to any message, post your respond

Re: Problem with LWP::UserAgent

2004-02-19 Thread Rob Dixon
Rajesh Dorairajan wrote: > > I've had this problem for a long time and I am in a sort of a dead-end and > could use some help. When I make a get request using the LWP UserAgent > inside a function and I pass a URL to the function as a string I get a > response. However, when I pass a variable that

RE: Problem with LWP::UserAgent

2004-02-18 Thread Rajesh Dorairajan
Sorry the syntax error was by mistake. It's not in the actual code. Rajesh > -Original Message- > From: david [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 18, 2004 4:01 PM > To: [EMAIL PROTECTED] > Subject: Re: Problem with LWP::UserAgent > >

Re: Problem with LWP::UserAgent

2004-02-18 Thread david
Rajesh Dorairajan wrote: > I've had this problem for a long time and I am in a sort of a dead-end and > could use some help. When I make a get request using the LWP UserAgent > inside a function and I pass a URL to the function as a string I get a > response. However, when I pass a variable that c

Re: Problem with LWP::UserAgent

2004-02-18 Thread WilliamGunther
Actually, this is a little bit of an incorrect question. If your first code worked (which it doesn't for me by the way), and if in your second $config->{URL_1} does equal http://rajeshd, they're the same. So, the problem is somewhere else.

Problem with LWP::UserAgent

2004-02-18 Thread Rajesh Dorairajan
I've had this problem for a long time and I am in a sort of a dead-end and could use some help. When I make a get request using the LWP UserAgent inside a function and I pass a URL to the function as a string I get a response. However, when I pass a variable that contains the URL (typically a hash