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 / Pop.al < prev    next >
Encoding:
Text File  |  2002-11-06  |  440 b   |  16 lines

  1. # NOTE: Derived from ..\blib\lib\CGI\XMLForm\Path.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package CGI::XMLForm::Path;
  5.  
  6. #line 164 "..\blib\lib\CGI\XMLForm\Path.pm (autosplit into ..\blib\lib\auto\CGI\XMLForm\Path\Pop.al)"
  7. sub Pop {
  8.     my $self = shift;
  9.     pop @{$self->{_fullpath}};
  10.     $self->{_path} =~ s/^(.*)\/.*?$/$1/;
  11.     pop @{$self->{Parts}};
  12. }
  13.  
  14. # end of CGI::XMLForm::Path::Pop
  15. 1;
  16.