or for that matter#!/usr/local/bin/perl print add(1,2); sub add{ $_[0]+$_[1]; }
sub add{ shift+shift; }
blokhead
In reply to Re: Re: Re: Re: Returning Values from Subroutines
by blokhead
in thread Returning Values from Subroutines
by johnirl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |