in reply to Re^2: I'm trying to consolidate my functions into subroutines
in thread I'm trying to consolidate my functions into subroutines
sub name { print $a; .... }
not
sub name { print $a; .... }
> Except subroutines are supposed to be reusable.
in which language?
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: I'm trying to consolidate my functions into subroutines
by Peter Keystrokes (Beadle) on May 13, 2017 at 17:00 UTC | |
by Anonymous Monk on May 13, 2017 at 17:11 UTC |