Skip to content

Instantly share code, notes, and snippets.

@mfollett
Created September 27, 2010 01:56
Show Gist options
  • Save mfollett/598494 to your computer and use it in GitHub Desktop.
Save mfollett/598494 to your computer and use it in GitHub Desktop.
my $dog = Animal.new( name => 'Leela' );
$dog.eat('dog food');
$dog.sleep();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment