Handel::Constants

Common constants used in Handel
Download

Handel::Constants Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christopher H. Laco
  • Publisher web site:
  • http://search.cpan.org/~claco/Handel-1.00009/lib/Handel/Manual/QuickStart.pod

Handel::Constants Tags


Handel::Constants Description

Common constants used in Handel Handel::Constants is a Perl module which offers common constants used in Handel.SYNOPSIS use Handel::Constants qw(:cart); my $cart = Handel::Cart->create({ shopper => 'D597DEED-5B9F-11D1-8DD2-00AA004ABD5E' }); if ($cart->type == CART_TYPE_SAVED) { print 'This cart is saved!'; };Handel::Constants contains a set of constants used throughout Handel. It may be useful (or even a good idea) to use these in your code. :-)By default, Handel::Constants export nothing. You can use the export tags below to export all or only certain groups of constants. Requirements: · Perl


Handel::Constants Related Software