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

Re^3: problem spellchecker

by Anonymous Monk
on Dec 01, 2012 at 13:05 UTC ( [id://1006599]=note: print w/replies, xml ) Need Help??


in reply to Re^2: problem spellchecker
in thread problem spellchecker

LoL however.. I got it in this way. I think the problem was the first foreach loop..

else { $line2 =~ s/$word/$correct[$user]/; $word = $error; @words = grep { $_ ne $error } @words; }

I made a substitution in line, then I copied $word in another scalar, $error, and then I created again the @words array without $error !

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found