Help for this page

Select Code to Download


  1. or download this
    sub chain{(*f,*_)=@_;@_=&$_ for@f;@_}
    
  2. or download this
    sub chain{my($f,$a)=@_;$a=[&$_(@$a)]for@$f;@$a}