sub test{ print 'Hello world' } print \&test; CODE(0x1bc2cdc) print \&test() Hello world SCALAR(0x1bc2d18)