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 / is_new.al < prev    next >
Encoding:
Text File  |  2003-09-17  |  447 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 1256 "blib\lib\CGI\Session.pm (autosplit into blib\lib\auto\CGI\Session\is_new.al)"
  7. # to Chris Dolan's request
  8. sub is_new {
  9.     my $self = shift;
  10.  
  11.     return $self->{_IS_NEW};
  12. }
  13.  
  14. # $Id: Session.pm,v 3.12.2.7.2.4 2003/07/26 13:49:16 sherzodr Exp $
  15. 1;
  16. # end of CGI::Session::is_new
  17.