Help for this page

Select Code to Download


  1. or download this
    sub frobnicate {
       my ($foo, $bar, @remainder) = @_;
       print $remainder[0] == 3 ? 'yum' :'eew';
    }