Home > Archive > PERL Beginners > August 2005 > Reg Closure in Perl
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Reg Closure in Perl
|
|
| Praba Har 2005-08-25, 3:55 am |
| Dear All,
Kindly let me know what is closure and why we
need it.
regards
Prabahar
________________________________________
____________
Send a rakhi to your brother, buy gifts and win attractive prizes. Log on to http://in.promos.yahoo.com/rakhi/index.html
| |
| John W. Krahn 2005-08-25, 3:55 am |
| praba har wrote:
> Dear All,
Hello,
> Kindly let me know what is closure and why we
> need it.
perldoc -q closure
John
--
use Perl;
program
fulfillment
| |
| Chris Devers 2005-08-25, 3:55 am |
| On Thu, 25 Aug 2005, praba har wrote:
> Kindly let me know what is closure and why we
> need it.
Kindly learn how to use a search engine.
http://www.google.com/search?q=perl+closure
The first two hits EXACTLY answer your question.
perl.com: Achieving Closure
What's a closure, and why does everyone go on about them?
Perl FAQ 3.14: What's a "closure"?
What's a "closure"? (Larry wrote) This is a notion out of the Lisp
world that says ... You can even do object-oriented stuff with it,
though Perl provides a ...
Repeat the search for yourself to see what the URLs for these are.
--
Chris Devers
| |
| Jeff 'japhy' Pinyan 2005-08-25, 7:59 am |
| Hang on. First you email the list asking for Perl Interview questions.
Then you email the list asking for answers to these questions.
If you cannot get through the interview based on your OWN PERSONAL
knowledge of Perl, you do not deserve to GET the job. If you are not the
level of programmer they need, do not do THEM the disservice of sneaking
your way into the position. I don't care how much more money you'd be
making. If you can't do it on your own, don't cheat your way in. If you
get the job, I guarantee that as soon as the work gets too hard, we're
going to be inundated with questions and "plz this is urgent" emails, and
I'm going to delete every single one.
--
Jeff "japhy" Pinyan % How can we ever be the sold short or
RPI Acacia Brother #734 % the cheated, we who for every service
http://japhy.perlmonk.org/ % have long ago been overpaid?
http://www.perlmonks.org/ % -- Meister Eckhart
| |
| Ankur Gupta 2005-08-25, 7:59 am |
| On 8/25/2005 10:46 AM praba har wrote:
> Dear All,
>
> Kindly let me know what is closure and why we
> need it.
People will explain you what it is once you go through the FAQs of this
mailing list.
http://learn.perl.org/beginners-faq
[...]
2.2 - What is this list _not_ for?
* SPAM
* Homework
* Solicitation
* Things that aren't Perl related
* Monkeys
* Monkeys solicitating homework on non-Perl related SPAM.
[...]
[...]
2.9 Other tips before posting to the list
* Check the FAQs first
* Don't send questions asking ``... will this work?''. Try it
first, then report errors and ask the list why it *didn't* work. A good
answer to ``will this work?'', is ``What happened when you tried it?''.
* If your email begins with ``I know this isn't the right place to
ask this, but...'', don't send it to this list :) If you know it doesn't
belong, send it to where it does.
* Check the FAQs first
* Look at the archives,
(http://archive.develooper.com/beginners@perl.org/) to see if your
question has already been answered on the list.
* Have meaningful Subjects. Subject lines like ``Help!'', and
``This isn't working!'' may be skipped by many people, and you may not
get all the great help you want. Try to make your subject lines
meaningful. For example, ``sprintf() trouble'', or ``Confused about
formats''.
[...]
--
Ankur
|
|
|
|
|