Hi there,

Under 'use strict;',
when can I omit the bracket and just write something like
        sub1;
instead of 
        sub1();
and when cannot?

Thomas


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to