XML::ASX::Event

Manipulate playback of a block of XML::ASX::Entry
Download

XML::ASX::Event Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Allen Day
  • Publisher web site:
  • http://search.cpan.org/~birney/bioperl-1.4/Bio/DB/GFF/Aggregator/ucsc_genscan.pm

XML::ASX::Event Tags


XML::ASX::Event Description

Manipulate playback of a block of XML::ASX::Entry XML::ASX::Event is a Perl module that can be used to manipulate playback of a block of XML::ASX::Entry.SYNOPSIS use XML::ASX::Event; my $event = XML::ASX::Event->new; $event->name('The Big Bang'); $event->whendone('NEXT'); $ent1 = $event->add_entry; $ent->url('http://www.com/1.asf'); $ent1 = $event->add_entry; $ent->url('http://www.com/2.asf'); print $event;The code snippet from the synopsis will produce this: < Event NAME="The Big Bang" WHENDONE="NEXT" > < Entry >< Ref href="http://www.com/1.asf" >< /Entry > < Entry >< Ref href="http://www.com/2.asf" >< /Entry > < /Event >Read more about events at MSDN. Requirements: · Perl


XML::ASX::Event Related Software