Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CadGuyExtraordinaire

    bug in map??

    Hi, I dont know if I'm just staring at this wrong, but it looks like a bug to me... 'map' is supposed to go through a list and perform an expression on each element and return the new list with the result... @nums=(1,2,3); foreach $n (@nums) {print "init: $n\n"} @nums_plus_one=map...

Part and Inventory Search

Back
Top