GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Astro::App::Satpass2::Warner(3) User Contributed Perl Documentation Astro::App::Satpass2::Warner(3)

Astro::App::Satpass2::Warner - Output warning and error messages

 use Astro::App::Satpass2::Warner

 my $warner = Astro::App::Satpass2::Warner->new();
 $warner->whinge( 'This is a warning, or a carp' );
 $warner->wail( 'This is a die, or a croak' );

This class is private to the "Astro::App::Satpass2" package. The author reserves the right to modify or revoke it without notice. The documentation is purely for the benefit of the author.

This class manages the reporting of error messages, generating them by either "warn" and "die", or "carp" and "croak" as the user desires. If the "warn" attribute is true, you get "warn" or "die". If false, you get "carp" or "croak".

This class supports the following public methods:

This static method instantiates an "Astro::App::Satpass2::Warner" object. It takes as arguments name/value pairs which will be passed to the relevant subroutine. It is probably only useful to set "warning".

This method concatenates all its arguments, and passes them to "die" (if the "warn" attribute is true) or "croak" (if the "warn" attribute is false).

If called without an argument, this method returns the value of the "warning" attribute. If called with an argument, it sets the value of the "warning" attribute.

The initial value of the attribute is false.

This method concatenates all its arguments, prefixes 'Programming Error - ', and passes them to "Carp::confess()".

This method concatenates all its arguments, and passes them to "warn" (if the "warn" attribute is true) or "carp" (if the "warn" attribute is false).

Nothing is returned.

Support is by the author. Please file bug reports at <https://rt.cpan.org/Public/Dist/Display.html?Name=Astro-App-Satpass2>, <https://github.com/trwyant/perl-Astro-App-Satpass2/issues>, or in electronic mail to the author.

Thomas R. Wyant, III wyant at cpan dot org

Copyright (C) 2011-2021 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

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.

2021-11-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.