Hi Chris Nehren, I show my code to clear my thought. my $scraper = Scrappy->new; $new_url="Some Url"; $scraper->get($new_url) if ($scraper->page_status == 302) { # Here i want to get the redirect Location }
Give some suggestion for me -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/