WML::Deck

WML::Deck is a Perl extension for builiding WML Decks.
Download

WML::Deck Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mariana Alvaro
  • Publisher web site:
  • http://search.cpan.org/~malvaro/WML-Card-0.02/lib/WML/Deck.pm

WML::Deck Tags


WML::Deck Description

WML::Deck is a Perl extension for builiding WML Decks. WML::Deck is a Perl extension for builiding WML Decks.SYNOPSISuse WML::Card;use WML::Deck;my @cards;my $options= , ,];my $c = WML::Card->guess('index','Wap Site'); $c->link_list('indice', undef, 0, $options, $options); push @cards, $c;# Build the deck my $wml = WML::Deck->new(@cards); $wml->return_cgi;This perl library simplifies the creation of WML decks on the fly. In combination with WML::Card it provides functionality to build WML code for cards and decks.Methods$wml = WML::Deck->new(@cards);This class method constructs a new WML::Deck object. The first argument is an array of WML::Card objects.$wml->cache($n);This class methos specifies the max-age argument for Cache-Control$wml->return_cgi;This method prints wml code and HTTP headers for the deck. Requirements: · Perl


WML::Deck Related Software