Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    &z( [ 77,44,232], $x, $y, $z);
    
    print "$x, $y, $z", $/;
    
  2. or download this
    tr/abc/def/ &function();
    # which is really
    tr/abc/def/ & function();