Irfan, this will work: #!/opt/local/bin/perl
use warnings;
use strict;
my @output = ("dadsad", "assasd");
foreach (@output)
{
print "$_\n";
}
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
