Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: putting text into array word by word

by Marshall (Canon)
on Jan 09, 2012 at 18:27 UTC ( [id://947047]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl -w 
    use strict;
    ...
          push @all_words, $this_word;
       }
    }
    
  2. or download this
    #to count the words:
    use Data::Dumper;
    ...
       }
    }
    print Dumper \%words;
    

Log In?
Username:
Password:

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

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

    No recent polls found