in reply to Re^2: URL Redirect
in thread URL Redirect
I am still confused as to what
my ( $NewUrl ) = $res->header('Location');
exactly is.
What exactly is "$res->header('Location')"? Is it a reference pointing to an array inside LWP?
If I wanted to see the whole potato, why does
my @Headres = @$res->header('Location')
not work?
How would I assign the whole potato to @Headers?
I am confused.
Many thanks,
-T
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: URL Redirect
by Corion (Patriarch) on Sep 07, 2016 at 06:52 UTC |