Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Would Perl be a good choice for this?

by Discipulus (Canon)
on Oct 02, 2017 at 19:42 UTC ( [id://1200546]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
      chomp;
      my @ele = split /\s/,$_;
    
  2. or download this
    use strict;
    use warnings;
    ...
    3 dog cat hammer nail
    4 monkey cow hammer nail
    
  3. or download this
    foreach my $key (keys %res){
    
      if ($key =~ /monkey/) {
    
         print "monkey [occurence in $key] found in IDs:", (join ', ', @{$
    +res{$key}}), "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 11:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found