POEx::URI

URI extension for POE event specifiers
Download

POEx::URI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Philip Gwyn
  • Publisher web site:
  • http://search.cpan.org/~gwyn/

POEx::URI Tags


POEx::URI Description

URI extension for POE event specifiers POEx::URI is a Perl module that implements the URIs that reference POE session/event tuples. Objects of this class represent non-standard "Uniform Resource Identifier references" of the poe: scheme.SYNOPSIS use URI; my $uri = URI->new( "$session/$event" ); $poe_kernel->post( $uri->session, $uri->event, @args ); $poe_kernel->post( @$uri, @args ); $uri->host( $host ); $uri->port( 33100 ); $poe_kernel->post( IKC => $uri, @args ); Requirements: · Perl


POEx::URI Related Software