starlite79
Technical User
Hi,
I have an $infile variable defined and am creating a statistics file with the string "-stats" at the end.
For example, one infile is data.source and the statsfile is defined as $statsfile = $infile . -stats;
On my RHEL machine the result is what I want:
data.source-stats
However, I'm attempting the same thing on a HP-Unix machine and the result is data.source0
How do I correct this on the HP Unix machine?
I have an $infile variable defined and am creating a statistics file with the string "-stats" at the end.
For example, one infile is data.source and the statsfile is defined as $statsfile = $infile . -stats;
On my RHEL machine the result is what I want:
data.source-stats
However, I'm attempting the same thing on a HP-Unix machine and the result is data.source0
How do I correct this on the HP Unix machine?