From: Stuart White <[EMAIL PROTECTED]>
> Outside of putting in calls to <STDIN>; is there a way
> to slow down the output of a perl program?  If I have
> a lot of output to be printed, I never get to see the
> beginning of it, only the end.  Alternatively, if I
> could make the little black screen a full screen, AND
> keep the font size the same so I'd actually get double
> the output on one screen, that would help too.  For
> both, I'd be very happy.

If you happen to be using Windows NT/2000/XP or (maybe)ME open that 
"little black screen" (console) click on the icon left to the title 
bar, select Propertis, go to the Layout tab and there you may specify 
both how bigg should the window be and how many lines should it 
remember (You'll get a scrollbar on the right side of the console so 
you will be able to return to the text that already left the screen).

Afte you make the changes and press OK you will be able to specify 
whether you want the system to remember the settings or apply them 
only to this particular window.
 
> Is there a way to write multi-line comments in Perl?  

here(is, some, code);
=for comment

and here you may write whatever you like.
sdkj aefg qa3glkjna dfhg
qareh s
hg
 qaht 
sfth aqeh shg

=cut
and_here(follows, some, more, code);

HTH, Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to