perl::critic::exception::configuration::option::global::paramete(3) [centos man page]
Perl::Critic::Exception::Configuration::Option::Global::UsermContributed)Perl::Critic::Exception::Configuration::Option::Global::ParameterValue(3)NAME
Perl::Critic::Exception::Configuration::Option::Global::ParameterValue - A problem with the value of a global parameter.
DESCRIPTION
A representation of a problem found with the value of a global parameter, whether from a .perlcriticrc, another profile file, or command
line.
INTERFACE SUPPORT
This is considered to be a public class. Any changes to its interface will go through a deprecation cycle.
CLASS METHODS
"throw( option_name => $option_name, option_value => $option_value, source => $source, message_suffix => $message_suffix )"
See "throw" in Exception::Class.
"new( option_name => $option_name, option_value => $option_value, source => $source, message_suffix => $message_suffix )"
See "new" in Exception::Class.
METHODS
"full_message()"
Provide a standard message for global configuration problems. See "full_message" in Exception::Class.
AUTHOR
Elliot Shank <perl@galumph.com>
COPYRIGHT
Copyright (c) 2007-2011 Elliot Shank.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license
can be found in the LICENSE file included with this module.
perl v5.16.32014-Perl::Critic::Exception::Configuration::Option::Global::ParameterValue(3)
Check Out this Related Man Page
Perl::Critic::Exception::Configuration::Option::Global::UsermContributePerl::Critic::Exception::Configuration::Option::Global::ParameterValue(3pm)NAME
Perl::Critic::Exception::Configuration::Option::Global::ParameterValue - A problem with the value of a global parameter.
DESCRIPTION
A representation of a problem found with the value of a global parameter, whether from a .perlcriticrc, another profile file, or command
line.
INTERFACE SUPPORT
This is considered to be a public class. Any changes to its interface will go through a deprecation cycle.
CLASS METHODS
"throw( option_name => $option_name, option_value => $option_value, source => $source, message_suffix => $message_suffix )"
See "throw" in Exception::Class.
"new( option_name => $option_name, option_value => $option_value, source => $source, message_suffix => $message_suffix )"
See "new" in Exception::Class.
METHODS
"full_message()"
Provide a standard message for global configuration problems. See "full_message" in Exception::Class.
AUTHOR
Elliot Shank <perl@galumph.com>
COPYRIGHT
Copyright (c) 2007-2011 Elliot Shank.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license
can be found in the LICENSE file included with this module.
perl v5.14.2201Perl::Critic::Exception::Configuration::Option::Global::ParameterValue(3pm)
How if it's possible, can I make global vars that I can use in more than 1 file.
I tryed with doing it in a header file but without success...
Thanks in advance.:rolleyes: (4 Replies)
Hello Forum,
first thanks indvance.
I am trying to read a text file then write it to another file. I am getting these errors:
Global symbol "$line" requires explicit package name at ./trans_pak.pl line 29.
Global symbol "$line" requires explicit package name at ./trans_pak.pl line 31.... (7 Replies)
Hello.I have been trying to solve the following problem, but to no avail. If anyone could please give me some indications, or anything, it would be amazing.
A C source program and a type name are given. Determine from source,
the list of the global variables having the given type.
For each... (5 Replies)
Hi all - not really a problem as such, but just hoping someone can shed some light.
We point rexplorer to multiple Global zones and it works as expected. However, each Non-Global zone get around a hundred of root su'ing to root messages, i.e.:
SU 07/14 03:02 + ??? root-root
SU 07/14 03:02 +... (5 Replies)