Coloreado en 0.000 segundos, usando GeSHi 1.0.8.4
que son inexistentes y me tira:
Using text Syntax Highlighting
Error GETing http://127.0.0.1///images//images: Not Found at
Using perl Syntax Highlighting
- use WWW::Mechanize;
- use HTTP::Response;
- my $new = WWW::Mechanize->new();
- $new->agent("Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12");
- open (FILE,"yeah.txt");
- @webs = <FILE>
- close FILE;
- for(@webs) {
- cara($_);
- }
- sub cara {
- return $new->get($_[0])->content;
- }
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
¿No hay alguna forma de evitar el error y seguir el script a pesar de que la página realmente no exista.