in reply to RE: Re: A simple
in thread A simple,
This code:
#!/usr/bin/perl -w use strict; my @list = qw (first second third fourth fifth sixth seventh eigth ninth tenth); print "@list";
Does the following on my machine:
Christian LemburgMi 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 >
|
|---|