Help for this page
sub try(&@) { my $job = shift; ... try { get_web_page() } 10, 10 or die "Can't get page";