icon
Search ! Aware:



     ! Aware > Perl > Text Strings > Text Output >

Text Output

generating text and character output.
- Q&A - Info - Libs & Functions - Other Resources - Related Subjects -
Personalized Selections
Platform: Unix/BSD/Linux.
License: Open-source. GPL or LGPL.
Prog.Language: Perl. C/C++. PHP.
Maturity: Stable.
Pre-Selections

Use our system: Bring Rapid Knowledge Transfer and Awareness to your company website!


Home
  By TONY
  By MARK
  By JERRY
  By ANN
  By ERICA

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    
Related Subjects (Perl)

See also: Terminal I/O - TTY (character based display and keyboard) and related routines.

See also: NUL Terminated String processing - NUL terminated string operations (strcpy, strlen, etc)

See also: File filtering and processing - Methods of filtering and processing files. (character translation, comparison, search, word counts, etc.)

Up to User Interface - Gateway topic to presentation (like printing and graphics) and user interface routines. Textual User Interfaces Curses et al.

Up to Text Strings - Gateway topic to character and string processing routines. NUL Terminated String processing String conversions,et al. ascii to long, long to

(There may be additional related subject pages listed here)


Information and Publications: Showing

(Perl delta 5.003 to 5.004) printf and sprintf No qualified books.


Questions and Answers: Showing
Q & A
++Showing+-
For Perl
For Programmers

How can I set up a footer format to be used with write()?

Perl FAQ

How can I write() into a string?

Perl FAQ

How can I output my numbers with commas added?

Perl FAQ

Libraries and Components: Showing
Libs and Functions
++Showing+-
For Unix/BSD/Linux
From CPAN
BSD ports
For Perl
in Perl
+Partial-
Open Source
+-Hiding all--
Snippets
in C/C++
in PHP

(PERL predefined variable) autoflush HANDLE EXPR If set to nonzero, forces a flush right away and after every write or print on the currently selected output channel. Default is 0.

(PERL predefined variable) format_page_number HANDLE EXPR The current page number of the currently selected output channel.

(PERL predefined variable) format_lines_per_page HANDLE EXPR The current page length (printable lines) of the currently selected output channel. Default is 60.

(PERL predefined variable) format_lines_left HANDLE EXPR The number of lines left on the page of the currently selected output channel.

(PERL predefined variable) format_name HANDLE EXPR The name of the current report format for the currently selected output channel. Default is name of the filehandle.

(PERL predefined variable) format_top_name HANDLE EXPR The name of the current top-of-page format for the currently selected output channel. Default is name of the filehandle with _TOP appended.

(PERL predefined variable) format_line_break_characters HANDLE EXPR The current set of characters after which a string may be broken to fill continuation fields (starting with ^) in a format. Default is " \n-", to break on whitespace or hyphens.

(PERL predefined variable) format_formfeed HANDLE EXPR What formats output to perform a form feed. Default is \f.

(PERL predefined variable) $ACCUMULATOR The current value of the write() accumulator for format() lines.

(Perl builtin function) format Declare a picture format with use by the write() function.

(Perl builtin function) formline PICTURE,LIST formats (see the perlform manpage) a list of values.

(Perl builtin function) print FILEHANDLE LIST Prints a string or a comma-separated list of strings.

(Perl builtin function) printf FILEHANDLE FORMAT, LIST Equivalent to print FILEHANDLE sprintf(FORMAT, LIST).

perl5 module to print arrays of elements in sorted columns. p5-Array-PrintCols-2.1 Perl5 module to print arrays of elements in sorted columns

At FreeBSD Ports
Array::PrintCols - Defines a subroutine to print your arrays in aligned columns. Also see the ShowTable module in the Array directory.

ShowTable - Pretty-prints arrays, converting from columnar ASCII data. In the Array/ directory. Also see Array::PrintCols above. [Perl] {oss}

At CPAN

Other Libraries, Functions, and Components

Full List

Detailed Filter and Focus Checklist

Default Selections
- man pages - Open Source
Information: All
Questions and Answers: All
Add+Showing+Hide
For Perl
For Programmers

Applications and Utilities: All
Add-Hiding all-Hide
man pages
BSD ports
For Unix/BSD/Linux
comp.sources.unix
Open Source
GPL licensed
in PHP

Libraries, Functions, and Components: All
Add+Showing+Hide
For Unix/BSD/Linux
BSD ports
For Perl
in Perl
AddPartialHide
Open Source
Add-Hiding all-Hide
Snippets
in C/C++
in PHP



Rapid-Links: Search | About | Comments | Submit Path: RocketAware > Text Strings > Text Output >
RocketAware.com is a service of Mib Software
Copyright 2001, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments