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 |
Tags
- ext3
- pid
- Cache
- apachetop
- ext4
- DNS
- cadre
- Performance
- 칭찬교육
- Bash
- 디스크
- Python
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- PORT
- rsync
- iptables
- rm
- Linux
- 리눅스
- 좌절교육
- PERL
- Hack
- 솔라리스
- CPU
- Disk
- Kernel
- rm -rf
- windows
- goaccess
- http
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 |