©Mike Moxcey 1999

oratut.pl subroutines contd.

To pass info to a subroutine, it must have a line:
local ($title) = @_;
which here assigns values in the incoming array @_
to the local variable $title


home next