home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
perl502b.zip
/
lib
/
auto
/
POSIX
/
labs.al
< prev
next >
Wrap
Text File
|
1995-07-03
|
161b
|
9 lines
# NOTE: Derived from lib/POSIX.pm. Changes made here will be lost.
package POSIX;
sub labs {
unimpl "labs() is C-specific, use abs instead";
}
1;