Help for this page

Select Code to Download


  1. or download this
    package Bar;
    
    ...
    package main;
    
    Foo->new->foo->bar; #should print "bar\nbar\nbar\n" instead of failing
    + with "Can't call method "bar" on unblessed reference"