Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- pid
- ext4
- 디스크
- 솔라리스
- CPU
- rm -rf
- iptables
- Disk
- windows
- Hack
- Linux
- Python
- http
- ext3
- apachetop
- Bash
- Kernel
- PORT
- rm
- 칭찬교육
- Cache
- 리눅스
- Performance
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- cadre
- 좌절교육
- PERL
- goaccess
- rsync
- DNS
Archives
- Today
- Total
Ben's
perl script timeout 본문
728x90
use strict;
#
$SIG{ALRM} = sub {
print "UNKNOWN: Script timed out\n";
&do_page("nhkotest-002=>check failed - script timeout");
exit -1;
};
# Start the timer to script timeout
alarm(55);
'리눅스 > perl' 카테고리의 다른 글
perl daemonize (0) | 2013.01.21 |
---|---|
Perl에서 모듈 업데이트시 지정한 사이트로 접속이 되지 않아 업데이틀 할 수 없는 경우 (0) | 2013.01.21 |
특정문자열 아래에 문자열 넣기 (0) | 2013.01.17 |