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