Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Nested Foreach Loop skipping every other element??

by Kenosis (Priest)
on Feb 19, 2014 at 16:58 UTC ( [id://1075493]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @DIR = qw{functions/myfunc.hml perltest/abs.hml perltest/abs3.hml p
    +erltest/abs4.hml perltest/acos2.hml perltest/zeros17.hml};
    my @filtered = grep !m{^perltest/}, @DIR;
    print "$_\n" for @filtered;
    
  2. or download this
    functions/myfunc.hml
    

Log In?
Username:
Password:

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

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

    No recent polls found