#! /usr/bin/perl use warnings; use strict; use test2(); my $output = testroutine(); print $output, "\n"; #### $ ./test.pl This is a test