Query: poe::filter::xml::utils
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
POE::Filter::XML::Utils(3pm) User Contributed Perl Documentation POE::Filter::XML::Utils(3pm)NAMEPOE::Filter::XML::Utils - General purpose utilities for POE::Filter::XMLSYNOPSISuse POE::Filter::XML::Utils; # exports functions listed below my $hash_ref_to_config = get_config($absolute_path_to_config); my $hash_ref_to_config = get_config(); # defaults to ./config.xml my $node = get_reply($node); # swaps to and from and sets 'type' to IQ_RESULT my $new_node = get_reply($node, 'blank'); # makes and returns blank result my $node = get_error($node, $text_error, $code_number); # add error and reply my $user = get_user('nickperez@jabber.org'); # gets 'nickperez' my $domain = get_host('nickperez@jabber.org'); # gets 'jabber.org' my $resource = get_resource('nickperez@jabber.org/Gaim'); # gets 'Gaim' my $array = get_parts('nickperez@jabber.org/Gaim'); # gets username: $array->[0] == 'nickperez' # gets domain: $array->[1] == 'jabber.org' # gets resource: $array->[2] == 'Gaim'DESCRIPTIONPOE::Filter::XML::Utils provides some common use utilities for use with POE::Filter::XML such as XML configuration files, make nodes reply, add errors for error replies, and gather things from jids.AUTHORCopyright (c) 2003, 2006 Nicholas Perez. Released and distributed under the GPL. perl v5.10.0 2009-04-25 POE::Filter::XML::Utils(3pm)
Related Man Pages |
---|
poe::component::jabber::j14(3pm) - debian |
poe::filter::map(3pm) - debian |
poe::filter::recordblock(3pm) - debian |
poe::filter::xml(3pm) - debian |
poe::filter::xml::node(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Introduction |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |