Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Output question

by arhuman (Vicar)
on Dec 26, 2001 at 19:42 UTC ( [id://134404]=note: print w/replies, xml ) Need Help??


in reply to Re: Output question
in thread Output question

You're welcome...

For the getc you better read the doc (or follow the link) as it will be more accurate and clear than I could ever be.
(anyway perldoc and/or SuperSearch and/or the camel book, must now be a a reflex for you Perl lover ;-)

Now for the use of the more command, just forget about using 'more' IN your script, use it the unix way
(joining several simple but efficient commands to do a complex task...) via pipe.
Only display the lines on the screen in your script and then using 'more' for the paging part :

perl yourscript.pl | more


"Only Bad Coders Code Badly In Perl" (OBC2BIP)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://134404]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 23:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found