Help for this page

Select Code to Download


  1. or download this
    perl -e '
    {package test; sub test {return "test"}}; 
    $a=[];
    bless $a, test;  
    print "@{[$a->test]}"
    '