#!/usr/bin/perl -w use strict; use Walnuts::Rutabagas qw(hello); &hello; # this will print "Hello, world!\n";