odrevet has asked for the wisdom of the Perl Monks concerning the following question:
do{ eval{ $browser->get('http://www.example.org/?nod +e=whatever'); }; if($@){ print "WARNING: $@"; + #$browser->reload(); #would kill $@ } }while($@);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: when do $@ get cleared ?
by kennethk (Abbot) on Jul 14, 2010 at 17:38 UTC | |
by ikegami (Patriarch) on Jul 14, 2010 at 18:22 UTC |