home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland Programmer's Resource
/
Borland_Programmers_Resource_CD_1995.iso
/
ntcode
/
ntperlb
/
t
/
nt
/
uservars.nt
< prev
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-05-19
|
263 b
|
13 lines
print "1..3\n";
if ("$LoginName" ne "") {print "ok 1\n";} else {print "not ok 1\n";}
if ("$NodeName" ne "") {print "ok 2\n";} else {print "not ok 2\n";}
if ($FsType =~ /^(FAT|NTFS|HPFS)$/) {
print "ok 3\n";
}
else {
print "not ok 3\n";
}