eval { local $SIG{ALRM} = sub {die "Timeout"}; alarm 60; #your timeout here $resp = `wget ....` } if ($@) { #something worng }