#### #!/usr/bin/perl sub hello { print "Hello world\n" } hello();