Please bottom post...

Ohad Ohad wrote:

perldoc map
perldoc grep

They both have very semilar functionality of creating a new array from existing one.


Those need a '-f' to work....


perldoc -f map
perldoc -f grep

From: "Mallik" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: "Perl Beginners" <[EMAIL PROTECTED]>
Subject: map?
Date: Sat, 31 Jan 2004 17:38:22 +0530

I couldn't understand the functionality of map in PERL. Is there anybody to
help me?



Did you read the docs? What were you looking at that you didn't understand? What have you tried, where did it fail or what confused you?


If you didn't read the docs, you can always access a built-in function's documentation by perldoc -f <function> ...

This is the second open ended question you have posted, a third willl indicate a pattern that may not get much response...

http://danconia.org


p.s. Either Perl or perl never PERL, perldoc -q '"Perl"'


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to