MyFunc(4, 5); sub MyFunc { print "Hello World!! :) @_ \n"; } MyFunc 3, 2;