icon
Search ! Aware:



     ! Aware > Perl > Execution > Process Creation and Control > Error Handling and Logging >

Error Handling and Logging

Handling errors and logging. (syslog, error tables, et al)
- Apps & Utilities - Info - Libs & Functions - Other Resources - Related Subjects -
Personalized Selections
Platform: Unix/BSD/Linux. MS-DOS. MS Windows. X.
License: Open-source. GPL or LGPL. Public Domain.
Prog.Language: Perl. C/C++. Java. PHP.
Maturity: Stable. Pre-production.
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: Message Catalogs/Local language adaptations - Message catalogs, local language adaptations. error message tables, etc.

Up to Execution

(There may be additional related subject pages listed here)


Information and Publications: Showing

(Perl delta 5.003 to 5.004) $^E No qualified books.

See Also

Full List of Information

Perl
ALL
Info
IETF RFCs
For Perl


Applications and Utilities: Showing
Apps and Utils
++Showing+-
in Perl
+Partial-
For Unix/BSD/Linux
Open Source
GPL licensed
Stable/Mature
+-Hiding all--
man pages
BSD ports
GNU project
For Windows
For X
comp.sources.unix
in C/C++
in Java
in PHP
Pre-production stages

Squid-Graph - Squid-Graph is a Squid webcache/proxy server logfile analyzer that generates reports in the form of graphs/histogram representing the request/transfer traffic against time. {(L)GPL}

At Sourceforge ( Production/Stable)

Other Applications and Utilities

Full List
in Planning, Alpha, or Beta stages
in Production or Mature stages

Libraries and Components: Showing
Libs and Functions
++Showing+-
From CPAN
For Perl
in Perl
+Partial-
For Unix/BSD/Linux
BSD ports
Open Source
+-Hiding all--
man pages
comp.sources.unix
Snippets
(L)GPL licensed
in C/C++
in Java
in PHP

(PERL predefined variable) $OS_ERROR If used in a numeric context, yields the current value of errno, with all the usual caveats. If used in a string context, yields the corresponding system error string.

(PERL predefined variable) $EXTENDED_OS_ERROR More specific information about the last system error than that provided by $!, if available. (If not, it's just $! again, except under OS/2.)

(PERL predefined variable) $^M emergency memory pool

(Perl builtin function) die LIST Outside of an eval(), prints the value of LIST to STDERR and exits with the current value of $! (errno).

(Perl builtin function) warn LIST Produces a message on STDERR just like die(), but doesn't exit or throw an exception.

perl5 module to install die() and warn() handlers. p5-Religion-1.04 Perl5 module to install die() and warn() handlers

At FreeBSD Ports
Religion - Where do Perl programs go when they die? If your Perl program die()s or warn()s, the code in $SIG{__DIE__} or $SIG{__WARN__} is executed. The Religion module simplifies access to these.

p5-Errno-1.09 a perl5 module providing access to System errno constants

At FreeBSD Ports
Errno - Defines all of the constants defined in your computer's errno.h file, if there is one.

Sys::OutPut - Defines subroutines "out", "put", "err", "talk", and "debug", all of which behave like printf but keep you from having to type that horrible filehandle (STDOUT or STDERR). [Perl] {oss}

At CPAN

Log::Topics - Control flow of system messages. [Perl] {oss}

At CPAN

Logfile - Generate ASCII reports from arbitrary logfiles. [Perl] {oss}

At CPAN

SyslogScan - Routines for parsing system logs. Also see the Syslog module bundled with Perl and the Logfile module. [Perl] {oss}

At CPAN

Other Libraries, Functions, and Components

Full List

Detailed Filter and Focus Checklist

Default Selections
- man pages - Open Source
Information: All
Add-Hiding all-Hide
IETF RFCs
Questions and Answers: All
Add-Hiding all-Hide
from comp.lang.c
From MS-DOS programming FAQ
For Programmers

Applications and Utilities: All
Add+Showing+Hide
in Perl
AddPartialHide
For Unix/BSD/Linux
Open Source
GPL licensed
Add-Hiding all-Hide
man pages
BSD ports
GNU project
For Windows
For X
comp.sources.unix
in C/C++
in Java
in PHP
Pre-production stages

Libraries, Functions, and Components: All
Add+Showing+Hide
For Perl
in Perl
AddPartialHide
For Unix/BSD/Linux
BSD ports
Open Source
Add-Hiding all-Hide
man pages
comp.sources.unix
Snippets
(L)GPL licensed
in C/C++
in Java
in PHP

Related Categories on other Web Sites


Rapid-Links: Search | About | Comments | Submit Path: RocketAware > Execution > Process Creation and Control > Error Handling and Logging >
RocketAware.com is a service of Mib Software
Copyright 2001, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments