in reply to Re: How to print two different formats to same file without getting an error?
in thread [SOLVED] How to print two different formats to same file without getting an error?

I tried select before but either I'm using it wrong or it's not the solution. What I'm confused by is that the file handle is the same as the format.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon";
$nysus = $PM . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: How to print two different formats to same file without getting an error?

Replies are listed 'Best First'.
Re^3: How to print two different formats to same file without getting an error?
by toolic (Bishop) on Feb 05, 2014 at 17:43 UTC