Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: How to UPDATE rather than append to STDOUT?

by particle (Vicar)
on Jun 18, 2002 at 12:05 UTC ( [id://175345]=note: print w/replies, xml ) Need Help??


in reply to How to UPDATE rather than append to STDOUT?

this wasn't mentioned, so i thought i'd add it: you can use $. (input record number) to track which record you've reading from a file.

perl -ne "print qq/\r$. lines processed/;select undef, undef, undef, 0 +.2" your_file_here
four argument select is used as a sub-second delay (sleep allows only integer seconds,) to emulate file processing.

~Particle *accelerates*

Replies are listed 'Best First'.
Re^2: How to UPDATE rather than append to STDOUT?
by Anonymous Monk on Oct 07, 2011 at 00:42 UTC
    You can call a system("clear") before each print statement.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-24 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found