home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 December / PCpro_2006_12.ISO / ossdvd / server / Perl2 / site / lib / uri / file / os2.pm < prev    next >
Encoding:
Perl POD Document  |  1999-03-30  |  88 b   |  7 lines

  1. package URI::file::OS2;
  2.  
  3. require URI::file::Win32;
  4. @ISA=qw(URI::file::Win32);
  5.  
  6. 1;
  7.