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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
