#!/usr/bin/perl -w use strict; my @list = qw (first second third fourth fifth sixth seventh eigth ninth tenth); print "@list"; #### Mi 04.10.2000 15:41:50,56 D:\tmp >perl try.pl first second third fourth fifth sixth seventh eigth ninth tenth Mi 04.10.2000 15:43:47,85 D:\tmp >