Help for this page

Select Code to Download


  1. or download this
    package Ghost {
        use Moo;
    ...
    }
    
    my $boo = Ghost->new( Int => '14', Con => '16' );
    
  2. or download this
    package Ghost {
        use Moo;
    ...
    }
    
    my $boo = Ghost->new( Int => '14', Con => '16' );