#!/usr/bin/perl use strict; use warnings; use xyz qw(:DEFAULT @array); print "@array\n"; sub1("Hello!");