GRAYBYTE WORDPRESS FILE MANAGER6748

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/local/lib64/perl5/XML/Parser/Style/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/local/lib64/perl5/XML/Parser/Style//Subs.pm
# $Id: Subs.pm,v 1.1 2003-07-27 16:07:49 matt Exp $

package XML::Parser::Style::Subs;

sub Start {
    no strict 'refs';
    my $expat = shift;
    my $tag   = shift;
    my $sub   = $expat->{Pkg} . "::$tag";
    eval { &$sub( $expat, $tag, @_ ) };
}

sub End {
    no strict 'refs';
    my $expat = shift;
    my $tag   = shift;
    my $sub   = $expat->{Pkg} . "::${tag}_";
    eval { &$sub( $expat, $tag ) };
}

1;
__END__

=head1 NAME

XML::Parser::Style::Subs - glue for handling element callbacks

=head1 SYNOPSIS

  use XML::Parser;
  my $p = XML::Parser->new(Style => 'Subs', Pkg => 'MySubs');
  $p->parsefile('foo.xml');
  
  {
    package MySubs;
    
    sub foo {
      # start of foo tag
    }
    
    sub foo_ {
      # end of foo tag
    }
  }

=head1 DESCRIPTION

Each time an element starts, a sub by that name in the package specified
by the Pkg option is called with the same parameters that the Start
handler gets called with.

Each time an element ends, a sub with that name appended with an underscore
("_"), is called with the same parameters that the End handler gets called
with.

Nothing special is returned by parse.

=cut

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 22:17:37
root / root
0755
Debug.pm
1.004 KB
September 24 2019 03:18:53
root / root
0444
Objects.pm
1.822 KB
September 24 2019 03:18:53
root / root
0444
Stream.pm
3.544 KB
September 24 2019 03:18:53
root / root
0444
Subs.pm
1.124 KB
September 24 2019 03:18:53
root / root
0444
Tree.pm
2.229 KB
December 28 2023 19:45:57
root / root
0444

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF