Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

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

by kcott (Archbishop)
on May 19, 2021 at 07:32 UTC ( [id://11132731]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
        print "$_\n" unless $no_print;
    }
    
  2. or download this
    thew
    trow
    thew
    trow
    
  3. or download this
    dd \%master_letter_freq;      # <-- QUERY
    dd \@result;                  # <-- QUERY
    ...
                $seen{$_}++ for (split //,lc $_);
                dd \%seen;        # <-- QUERY
                # ... and so on ...
    
  4. or download this
    ./script.pl | cat -vet
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found