Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lire::error(3pm) [debian man page]

Error(3pm)						  LogReport's Lire Documentation						Error(3pm)

NAME
Lire::Error - standard error messages library SYNOPSIS
use Lire::Error qw/ file_not_readable directory_already_exists /; open my $fh, '/tmp/mikwuk' or die file_not_readable( 'mikwuk' ); croak directory_already_exists( '/tmp/tempdir/wawadir' ) if ( -d '/tmp/tempdir/wawadir' ); DESCRIPTION
This modules implements an API to obtain all the standard error messages that are found across the Lire scripts, utilities or modules. Most of them are translated appropriately. AUTHOR
Wolfgang Sourdeau <wolfgang@logreport.org> VERSION
$Id: Error.pm,v 1.8 2006/07/23 13:16:29 vanbaal Exp $ COPYRIGHT
Copyright (C) 2004 Stichting LogReport Foundation LogReport@LogReport.org This file is part of Lire. Lire is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. Lire 2.1.1 2006-07-23 Error(3pm)

Check Out this Related Man Page

ReportSectionSpec(3pm)					  LogReport's Lire Documentation				    ReportSectionSpec(3pm)

NAME
Lire::Config::ReportSectionSpec - Defines a report section. DESCRIPTION
This Lire::Config::TypeSpec is a CompoundSpec which defines a report's section. new() Create a Lire::Config::SectionSpec object. SEE ALSO Lire::Config::XMLSpecListSpec(3pm), Lire::Config::ReportSpec(3pm), Lire::ReportSection(3pm) VERSION
$Id: ReportSectionSpec.pm,v 1.3 2006/07/23 13:16:30 vanbaal Exp $ AUTHORS
Francis J. Lacoste <flacoste@logreport.org> COPYRIGHT
Copyright (C) 2004 Stichting LogReport Foundation LogReport@LogReport.org This file is part of Lire. Lire is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. Lire 2.1.1 2006-07-23 ReportSectionSpec(3pm)
Man Page

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk - Beginners Question

I have my inputfile in the following format : From:sdhfhg dsfhsdjfjdsfh dsfjdjshjsd djfhsdjfjsdhjds Error Description <aa.aa.aa.aa.aa.aa> From:ksljfsdhfjh djfdsjkf sdjwoquk dsfsdfj Error Description <dd.dd.dd.dd.dd> I want to read the lines from tag 'From:' thrul <aa.aa.aa.aa.aa.aa>... (1 Reply)
Discussion started by: Amruta Pitkar
1 Replies

2. Shell Programming and Scripting

Failed to open output file Error

Hi guys, I Have written a script,In that it will call another file which contains the sql quaries. while wxecuting that I am getting the below exception 01/16|06:28:06:16800: Operating System Error|Failed to open output file Can anybody help me about this,,Its urgent (0 Replies)
Discussion started by: Anji
0 Replies

3. Shell Programming and Scripting

Error in scripts

I am using following code but getting error Error on line 136: (SQR 3710) Unknown argument type. Given below part of program where i am getting error....... input $p_region type=char if ( '$p_region' = 'ESAP' ) let $msg = 'YES' do log_msg ({PROG_NAME}, {SEV_INFO}, $msg) else... (5 Replies)
Discussion started by: yogichavan
5 Replies

4. Programming

Compilation Error

I am getting the below given errors for the following program though all the variables have been declared and used appropriately. Please Help. The environment is AIX. Error: ------ "gbsizeprofile.c", line 67.4: 1506-275 (S) Unexpected text 'void' encountered. "gbsizeprofile.c", line 67.10:... (2 Replies)
Discussion started by: yschd
2 Replies

5. Shell Programming and Scripting

Python Regex

I have the below string and regex. However I cant understand why it works the way it does. IP has been changed for safety ;) String = NowSMS Error Report. Error initializing SMSC Interface 'SMPP - 10.15.8.10:17600'. Interface is not available. Regex = (.+\.)\s(.+) I get two... (1 Reply)
Discussion started by: barney34
1 Replies

6. Shell Programming and Scripting

HELP !! script not working..

Hi all, I have a piece of code which cork perfect. It copy the no of lines from some files (*.log) into finalLog file. It read the lines after the line have text "ntot". Here it is : #!/bin/bash ... (10 Replies)
Discussion started by: nrjrasaxena
10 Replies

7. Shell Programming and Scripting

Getting File Error

my $new_cd_file='insert.txt'; open(N,">$new_cd_file") || die "Error open file $new_cd_file\n"; open (F,"<$file") || die "Error open file $file\n"; and the error is Global symbol "$file" requires explicit package name at ./code.pl line 29. Global symbol "$file" requires explicit package... (2 Replies)
Discussion started by: parthmittal2007
2 Replies