Help for this page

Select Code to Download


  1. or download this
    &$aSub(@args);
    $aSub->(@args); # This notation due to merlyn
    
  2. or download this
    package foo;
    sub bar {
    ...
    bless \$x, "foo";
    # But the blessing is not forgotten!
    (\$x)->bar();