Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: How many loops are there in Perl?

by bimleshsharma (Beadle)
on Jan 31, 2012 at 09:59 UTC ( [id://950921]=note: print w/replies, xml ) Need Help??


in reply to Re: How many loops are there in Perl?
in thread How many loops are there in Perl?

Actualy question is not vague but naked braces is not a loop. SO whatever you have said 6 loops that is fine.

  • Comment on Re^2: How many loops are there in Perl?

Replies are listed 'Best First'.
Re^3: How many loops are there in Perl?
by Anonymous Monk on Feb 02, 2012 at 09:37 UTC

    Yes, the question as asked is extremely vague, as evidenced by the things offered as loops

    map/grep/foreach cannot loop forever, they are iterators, but are still considered loops by some

    $ perl -le " print for 1 .. INF " Range iterator outside integer range at -e line 1.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://950921]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-23 21:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found