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 / remote_addr.al < prev    next >
Encoding:
Text File  |  2003-09-17  |  446 b   |  16 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 1186 "blib\lib\CGI\Session.pm (autosplit into blib\lib\auto\CGI\Session\remote_addr.al)"
  7. # remote_addr() - returns ip address of the session
  8. sub remote_addr {
  9.     my $self = shift;
  10.  
  11.     return $self->{_DATA}->{_SESSION_REMOTE_ADDR};
  12. }
  13.  
  14. # end of CGI::Session::remote_addr
  15. 1;
  16.