Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

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

by Zed_Lopez (Chaplain)
on Dec 04, 2004 at 16:50 UTC ( #412420=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "\b\b\b\b" unless $count %= 4
    
  2. or download this
    $count = 0, print "\b\b\b\b" if $count == 4;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2023-12-04 20:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (25 votes). Check out past polls.

    Notices?