Help for this page

Select Code to Download


  1. or download this
    $chain = sub { $_[0]->method1(@args1)->method2(@args2)->method3(@args3
    +) };
    
  2. or download this
    #!/usr/bin/perl -wl
    
    ...
    __END__
    Bar->Bar::foo ok
    &Bar::foo(Bar) not ok
    
  3. or download this
    for (@$chain) { ... }