Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
"be consistent"
 
PerlMonks  

Re: weird problem

by Riales (Friar)
on Apr 20, 2012 at 21:09 UTC ( #966259=note: print w/ replies, xml ) Need Help??


in reply to weird problem

Why do you do this:

$txt =~ s/\n{3,}/\n\n/g;

When you're going to do this anyways:

$txt =~ s/\r|\n//g;

?

Also, I don't think you need that first print FILE;

Also, try adding or die $! after your open calls.


Comment on Re: weird problem
Select or Download Code
Re^2: weird problem
by Anonymous Monk on Apr 20, 2012 at 21:12 UTC
    I tried what you suggested, although it's neater it doesnt solve the problem..

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (15)
As of 2013-06-19 13:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    How many continents have you visited?









    Results (656 votes), past polls