in reply to Re: Convert a number to another number?
in thread Convert a number to another number?

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Convert a number to another number?

Replies are listed 'Best First'.
Re^3: Convert a number to another number?
by toolic (Bishop) on Sep 16, 2008 at 21:00 UTC
    How would that change the above script?
    That depends greatly on the content and format of your input file. Since you have not provided a sample of the input, I will not even attempt to guess what it looks like. I recommend that you do a little reading, create some code, then post again if the code does not work.

    open and print describe the basics of opening input files and printing to output files. If you need something even more basic, http://perl101.org/index.html is a good place to start.