Created
September 27, 2010 01:57
-
-
Save mfollett/598498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $leela.eat('dog food'); | |
| $leela.bark(); | |
| $leela.eat('grass'); | |
| my $old_tag = $leela.tag(); | |
| $leela.tag = 'Leela Follett'; | |
| $leela.wag(); | |
| say $leela.name ~ '\'s tag said ' ~ $old_tag ~ ', now it says ' ~ $leela.tag; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment