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