Mallik wrote: > I couldn't understand the functionality of map in PERL. Is there anybody to > help me? > > Thanks, > Mallik.
In brief, map returns a list represneting the mapping of a function onto all elements of a list. The original list may or may not be affected by the function, depending on the syntax by which its membes are addressed. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>