Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: print a backspace in nph-"HTML"?

by Zed_Lopez (Chaplain)
on Dec 04, 2004 at 20:31 UTC ( [id://412429]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (0..3) {
      print "....\b\b\b\b";
      sleep 1;
    }
    
  2. or download this
    print "....\b\b\b\b" and sleep 1 for (0..3);
    
  3. or download this
    for (0..3) {
      print "." and sleep 1 for (0..3);
      print "\b\b\b\b" and sleep 1;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://412429]
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-23 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found