On Sat, May 3, 2008 at 7:03 PM,  <[EMAIL PROTECTED]> wrote:
> Hi Gunnar and Members
>
>  I am very thrilled with your solutions. Is 'LOOP' as in ====>> LOOP:
> foreach ( @datas ) { <<=========
>  a function or a command etc. I could not find this function in
> http://perldoc.perl.org/index-functions.html#L
snip

That is because it is a label, not a function.  Try looking at last*,
next**, redo***, continue****, Compound Statements*****, and Basic
BLOCKs******.

* http://perldoc.perl.org/functions/last.html
** http://perldoc.perl.org/functions/next.html
*** http://perldoc.perl.org/functions/redo.html
**** http://perldoc.perl.org/functions/continue.html
***** http://perldoc.perl.org/perlsyn.html#Compound-Statements
****** http://perldoc.perl.org/perlsyn.html#Basic-BLOCKs
-- 
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.

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


Reply via email to