Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Next from inner loop only works "most of the time"

by Marshall (Canon)
on May 18, 2021 at 12:31 UTC ( [id://11132707]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    list of letters or pattern: :otrwreh
    master_letter_freq:
    ...
    thew
    trow
    list of letters or pattern:
    
  2. or download this
    list of letters or pattern: :otrwreh
    list of letters or pattern: ---w
    ...
    trow
    whew  ## this is the problem!! "w" is not allowed to repeat!
    list of letters or pattern: exit
    
  3. or download this
    RESULT: foreach (@result)
            {
    ...
            
                print "$_\n";
            }
    
  4. or download this
    foreach (@result)
    {
    ...
    
        print "$_\n" unless $no_print;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11132707]
Approved by davies
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-23 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found