Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Text validation problem

by Crian (Curate)
on Sep 02, 2004 at 12:16 UTC ( [id://387880]=note: print w/replies, xml ) Need Help??


in reply to Text validation problem

> Have anyone done validatoin of word file differently or is it possible to do it effectively thro' perl?

I validate text files (no word files, just plain ascii) with Perl. Perl is very good at this. For catching parenthesis I wrote my own function, I do not know of any module that does this. You have to work around a few problems like not closed open parenthesis or else like this, but in general you can relative easily catch the parenthesis with regular expressions.

Log In?
Username:
Password:

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

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

    No recent polls found