home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 March / PCWELT_3_2005.ISO / pcwsoft / framework-2.2.exe / demo4.pl < prev    next >
Encoding:
Perl Script  |  2003-11-07  |  198 b   |  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.