Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created July 29, 2011 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/1114044 to your computer and use it in GitHub Desktop.
Save tadzik/1114044 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin4]─[~/src/nom] (podparser)
└─[%]─> cat dupa.pl
#= girrafe
class Outer {
#= zebra
class Inner {
}
}
say Outer.WHY;
say Outer::Inner.WHY;
┌─[tadzik@yavin4]─[~/src/nom] (podparser)
└─[%]─> ./perl6 dupa.pl
(debugging output removed)
girrafe
zebra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment