
December 15th, 2012, 12:25 PM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 11
Time spent in forums: 5 h 1 m 18 sec
Reputation Power: 0
|
|
|
Cant pipe output in perl or shell
my program works find if i use STDOUT, but if i use any form of piping either in perl with the open, '>', 'random****.txt' or if i use the shell command perl myfile > some****.txt the file shows 615mib but when you open it its blank.
i havent included the code 1 because im lazy and 2 because its fully functional theres just some weird piping issue. is over 2 million lines of print too much for perl to handle?
p.s. if the code is needed ill grab it from the other pc, but i dont use strict or warnings and shiz and hoped to alleviate the flames for it(p.s. no, that is not the problem the code works just wont pipe).
any1 have any ideas?
|