home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / close.al < prev    next >
Encoding:
Text File  |  2003-09-17  |  419 b   |  17 lines

  1. # NOTE: Derived from blib\lib\CGI\Session.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package CGI::Session;
  5.  
  6. #line 1068 "blib\lib\CGI\Session.pm (autosplit into blib\lib\auto\CGI\Session\close.al)"
  7. # another, but a less efficient alternative to undefining
  8. # the object
  9. sub close {
  10.     my $self = shift;
  11.  
  12.     $self->DESTROY();
  13. }
  14.  
  15. # end of CGI::Session::close
  16. 1;
  17.