in reply to Re: How to output file data from files in an array to one singular file?
in thread How to output file data from files in an array to one singular file?

Hi Huck,

If I wanted to output that data to a file called 'secure.2006' how would I go about doing that?

Also big thanks for helping me out!

  • Comment on Re^2: How to output file data from files in an array to one singular file?

Replies are listed 'Best First'.
Re^3: How to output file data from files in an array to one singular file?
by huck (Prior) on Mar 26, 2017 at 00:31 UTC

    It will output to whatever file is named in my $outfile.

    my $outfile = 'secure.200601'; does set it to what you wanted