Help for this page

Select Code to Download


  1. or download this
    my sub foo;
    
    __output__
    
    "my sub" not yet implemented at - line 1.
    
  2. or download this
    use Sub::Lexical;
    
    ...
    my sub foo {
        print "I'm in foo()\n";
    }