sub first {print 'First' } sub second {print 'Second' } print(2,3,first,second);