Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^7: Entity statistics

by choroba (Cardinal)
on Nov 12, 2024 at 16:55 UTC ( [id://11162662]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        print {$out} "$regex:\t\t", $tally[$i] // 0, "\n";
    
  2. or download this
    my @tally = (0) x @regexes;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2025-03-20 01:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (60 votes). Check out past polls.