D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: PERL, PDF and religious wars was Re: [LUG] Development (this might be long!)

 


@foo = (1 .. 10);

foreach (@foo) {
  print $_, "\n";
}

Here's a nice idiom;

print map { "$_\n" } @foo;

Steve

--
The Mailing List for the Devon & Cornwall LUG
Mail majordomo@xxxxxxxxxxxxx with "unsubscribe list" in the
message body to unsubscribe. FAQ: www.dcglug.org.uk/linux_adm/list-faq.html