use subs qw(hello);
sub hello { print "hellow orld"}
package a;
&hello;
