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

RE: RE: Re: print to memory?

by extremely (Priest)
on Sep 11, 2000 at 01:25 UTC ( [id://31816]=note: print w/replies, xml ) Need Help??


in reply to RE: Re: print to memory?
in thread print to memory?

In Perl (and usually "C") string handling you can use "\f" for the formfeeds. As long as you are playing with teletype commands, you should remember that one.

  • \t ab
  • \n ewline
  • \r eturn
  • \f ormfeed
  • \b ackspace
  • \a larm
  • \e scape (also handy but a perl only idiom AFAIK)

--
$you = new YOU;
honk() if $you->love(perl)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found