Hi All,
I am confused as to how to use data dumper. In the following code, how would I use it to see the data and the structure of $ua and $res?
my $ua; my $res; $ua = LWP::UserAgent->new; $ua->timeout ( MaxTime1 ); $ua->show_progress; $ua->requests_redirectable ([]); $res = $ua->get($Url);
Also a point of confusion: is
$ua->show_progressthe same thing as
$$ua{show_progress}
?In reply to data dumper question by Todd Chester
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |