nursyza has asked for the wisdom of the Perl Monks concerning the following question:

I have a question regarding the code from this link.

http://abishekramdas.blogspot.com/2012/12/levelization-of-circuits.html

How do I display the output given into a new output text file? Many examples I see only shows how to read input file and write the content of file into another file.

Thanks in advance.

Replies are listed 'Best First'.
Re: print Output
by soonix (Chancellor) on Apr 18, 2019 at 05:31 UTC
    While it is never bad to RTFM, I think in this case it is better to start with the "Files and I/O" chapter of perlintro, and open, and only then print.
Re: print Output
by marto (Cardinal) on Apr 18, 2019 at 07:59 UTC
Re: print Output
by Anonymous Monk on Apr 18, 2019 at 04:22 UTC