home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _c4f131a800ea67854060f2c1b236231c < prev    next >
Encoding:
Text File  |  2004-04-13  |  375 b   |  18 lines

  1. # NOTE: Derived from blib\lib\Storable.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Storable;
  5.  
  6. #line 246 "blib\lib\Storable.pm (autosplit into blib\lib\auto\Storable\nfreeze.al)"
  7. #
  8. # nfreeze
  9. #
  10. # Same as freeze but in network order.
  11. #
  12. sub nfreeze {
  13.     _freeze(\&net_mstore, @_);
  14. }
  15.  
  16. # end of Storable::nfreeze
  17. 1;
  18.