Help for this page

Select Code to Download


  1. or download this
    package Event;
    use Moose;
    ...
      }
      return 1;
    }
    
  2. or download this
    my $event1 = Event->new({location => 'hell'});
    my $event2 = Event->new({location => 'hell'});
    ...
    } else {
      say 'not equal!';
    }