home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _df1448847a48387f14fa112f8c94130a < prev    next >
Text File  |  2004-06-01  |  207b  |  10 lines

  1. use Descriptions;
  2.  
  3. my $capacity : Name(capacity)
  4.          : Purpose(to store max storage capacity for files)
  5.          : Unit(Gb);
  6.  
  7. package Other;
  8.  
  9. sub foo : Purpose(to foo all data before barring it) { }
  10.