Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

paranoid::data(3pm) [debian man page]

Paranoid::Data(3pm)					User Contributed Perl Documentation				       Paranoid::Data(3pm)

NAME
Paranoid::Data - Misc. Data Manipulation Functions VERSION
$Id: Data.pm,v 0.02 2010/04/15 23:23:28 acorliss Exp $ SYNOPSIS
$rv = deepCopy($sourceRef, $targetRef); DESCRIPTION
This module provides data manipulation functions, which at this time only consists of deepCopy. SUBROUTINES
/METHODS deepCopy $rv = deepCopy($sourceRef, $targetRef); This function performs a deep and safe copy of arbitrary data structures, checking for circular references along the way. Hashes and lists are safely duplicated while all other data types are just copied. This means that any embedded object references, etc., are identical in both the source and the target, which is probably not what you want. In short, this should only be used on pure hash/list/scalar value data structures. Both the source and the target reference must be of an identical type. This function returns the number of elements copied unless it runs into a problem (such as a circular reference), in which case it returns a zero. DEPENDENCIES
o Paranoid::Debug BUGS AND LIMITATIONS
AUTHOR
Arthur Corliss (corliss@digitalmages.com) LICENSE AND COPYRIGHT
This software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/ for more information. (c) 2009, Arthur Corliss (corliss@digitalmages.com) perl v5.14.2 2010-04-15 Paranoid::Data(3pm)

Check Out this Related Man Page

Paranoid::Log::Email(3pm)				User Contributed Perl Documentation				 Paranoid::Log::Email(3pm)

NAME
Paranoid::Log::Email - Log Facility Email VERSION
$Id: Email.pm,v 0.82 2010/04/15 23:23:28 acorliss Exp $ SYNOPSIS
use Paranoid::Log; enableFacility('crit-alert', 'email', 'debug', '+', $mailhost, $recipient); enableFacility('crit-alert', 'email', 'debug', '+', $mailhost, [ @recipients ]); enableFacility('crit-alert', 'email', 'debug', '+', $mailhost, $recipient, $sender, $subject); DESCRIPTION
This module implements an e-mail transport for messages sent to the logger. It supports one or more recipients as well as overriding the sender address and subject line. It also supports connecting to a remote mail server. DEPENDENCIES
o Net::SMTP o Net::Domain o Paranoid::Debug SUBROUTINES
/METHODS NOTE: Given that this module is not intended to be used directly nothing is exported. init log remove dump SEE ALSO
o Paranoid::Log BUGS AND LIMITATIONS
No validation of any information, be it the mail server, recipient, or anything else is done until a message actually needs to be sent. Because of this you may have no warning of any misconfigurations just by enabling the facility. AUTHOR
Arthur Corliss (corliss@digitalmages.com) LICENSE AND COPYRIGHT
This software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/ for more information. (c) 2005, Arthur Corliss (corliss@digitalmages.com) perl v5.14.2 2010-04-15 Paranoid::Log::Email(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Paranoid about hackers

Hi all I noted something strange on my server. The get mesages on my terminal even when I am not logged on. What does this mean? I don;t remember the excact message but it looked like messages from my /var/log/messages. "Can't locate mod probe!" or something like that. I am trying to get the... (4 Replies)
Discussion started by: skotapal
4 Replies

2. Shell Programming and Scripting

Perl data type checking

I am using perl 5.8.0. I need to check some values to see it they are floats. Our system does not have Data::Types so I can't use is_float. Is there something else that I can use? The only thing in Data is Dump.pm. I am not allowed to download anything to our system so I have to use what I have.... (3 Replies)
Discussion started by: ajgwin
3 Replies

3. UNIX for Dummies Questions & Answers

Data manipulation

Hallo Team, I need to manipulate existing data file. Have a look at current data and expected data: Current Data: 27873517141 27873540000 27873515109 27873517140 27873540001 27873540000 27873501343 27873540000 27873517140 27873511292 27873645989 27873540000 27873540000... (7 Replies)
Discussion started by: kekanap
7 Replies