On Thu, 10 Nov 2016 12:15:48 +0100 jaceke <[email protected]> wrote: > sub escMe($) {
Don't use sub prototypes. There are not the same as in C. They do
something completely different. They are best not used until you know
what they really do. :)
--
Don't stop where the ink does.
Shawn H Corey
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
