Help for this page

Select Code to Download


  1. or download this
    package Word;
    
    sub new {
    ...
        $self->{nom_sg} = shift;
        $self->{gen_sg} = shift;
    }
    
  2. or download this
    print $w->{english};
  3. or download this
    sub english {
        my $self = shift;
        return $self->{english};
    }