home *** CD-ROM | disk | FTP | other *** search
/ CLIX - Fazer Clix Custa Nix / CLIX-CD.cdr / mac / lib / auto / POSIX / fscanf.al < prev    next >
Text File  |  1998-04-04  |  216b  |  9 lines

  1. # NOTE: Derived from wintermute:Development:MacPerl:perl:lib:POSIX.pm.  Changes made here will be lost.
  2. package POSIX;
  3.  
  4. sub fscanf {
  5.     unimpl "fscanf() is C-specific--use <> and regular expressions instead";
  6. }
  7.  
  8. 1;
  9.