Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: Vowel search

by kennethk (Abbot)
on Jun 11, 2014 at 21:04 UTC ( [id://1089602]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Vowel search
in thread Vowel search

foreach $file(@lines);
is an invalid statement. See Foreach Loops in perlsyn. You likely mean
foreach $file(@lines) { ... }

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-24 08:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found