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