Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Windows 7 Remove Tabs Out of Memory

by Rudolf (Pilgrim)
on Jul 31, 2012 at 19:33 UTC ( [id://984651]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(OLD,'<','large_file.txt') or die "$!";#open old file
    my @old_file_contents = <OLD>;
    ...
         print NEW $line; #print line to new file
    }
    close(NEW);
    
  2. or download this
    $s =~ tr/\t/ /;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-03-28 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found