home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 15
/
FREELOG 15.ISO
/
WebMaster
/
Perl
/
PERL5106.ZIP
/
perl5
/
ntt
/
Op
/
sleep.ntt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-07
|
189 b
|
9 lines
#!./perl
# $RCSfile: sleep.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:23 $
print "1..1\n";
$x = sleep 2;
if ($x >= 2 && $x <= 10) {print "ok 1\n";} else {print "not ok 1 $x\n";}