home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
perl-5.003-bin.lha
/
lib
/
perl5
/
auto
/
POSIX
/
fscanf.al
< prev
next >
Wrap
Text File
|
1996-10-09
|
186b
|
9 lines
# NOTE: Derived from ../../lib/POSIX.pm. Changes made here will be lost.
package POSIX;
sub fscanf {
unimpl "fscanf() is C-specific--use <> and regular expressions instead";
}
1;