Perl wrote:
> 
> I am printing a report and use this FORMAT function.  However, I just
> want it to print once, not the default of once every 60 lines. I've read
> the special variable "$=" is what governs it but not matter what I put
> in there, it still doesn't stop it.
> 
> How do I disable this?

If you don't want the headers printed then don't define a FILEHANDLE_TOP
format for the corresponding FILEHANDLE format.


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to