Next The Identity Function 23

The & Operator

        foo($x);
        sub foo { 
          # $_[0] is temporarily aliased to $x
        }


Next Copyright © 2001 M. J. Dominus