in reply to Re: list array
in thread list array

Inhowfar is that simpler? It loops over @allfiles just like the other solutions, but it calls print repeatedly, once per array element. The other solutions do not.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re^2: list array
by djantzen (Priest) on Feb 19, 2003 at 06:33 UTC
    Conceptually simpler. A newbie probably shouldn't be using map to do this sort of thing.
    "The dead do not recognize context" -- Kai, Lexx
      He'll forever stay a newbie if "protected" and not exposed to it.

      Makeshifts last the longest.