#!/usr/bin/perl use strict; use warnings 'all'; sub func { return @_ } print "FUNC(9): ". func(9) ."\n";