Help for this page

Select Code to Download


  1. or download this
    my $thing = 3.5;
    print $array[ $thing ];
    my $test =  'Some text' . $thing;
    
  2. or download this
    sub ^asText {
       my $self = shift;
    ...
        my $self = shift; 
        return $self.Animal;
    }