in reply to
Re: Problem with simple LWP get request
in thread
Problem with simple LWP get request
Just gives me:
Use of uninitialized value in concatenation (.) or string at ./test3.pl line 79. Inc_data->{content}:
Comment on
Re^2: Problem with simple LWP get request
Replies are listed 'Best First'.
Re^3: Problem with simple LWP get request
by
ikegami
(Patriarch)
on Aug 22, 2011 at 22:05 UTC
Use
Data::Dumper
to dump $inc_data to locate your data.
[reply]
In Section
Seekers of Perl Wisdom