Help for this page

Select Code to Download


  1. or download this
      my $god = Product->new('religion');
    
      if ( $god->exists ) {
    ...
      else {
          # Product::Potential
      }
    
  2. or download this
      sub create {
          my $self = shift;
          if ( $self->exists ) {
    ...
          }
          # create the object
      }