PPI::Structure::Unknown(3) User Contributed Perl Documentation PPI::Structure::Unknown(3)NAME
PPI::Structure::Unknown - An unknown or unresolved brace structure
INHERITANCE
PPI::Structure::Unknown
isa PPI::Structure
isa PPI::Node
isa PPI::Element
DESCRIPTION
"PPI::Structure::Unknown" is class for braces whose type is unknown, or temporarily unknown.
It primarily exists temporarily inside the lexer. Although some types of braces can be determined immediately at opening, there are a
number of different brace types that can only be correctly identified after the braces are closed.
A structure is typed as unknown during this period it is indeterminate.
A "PPI::Structure::Unknown" object should not ever make it out of the lexer without being converted to it's final type. Any time you
encounter this class in a PDOM tree it should be considered a bug and reported accordingly.
METHODS
"PPI::Structure::Unknown" has no methods beyond those provided by the standard PPI::Structure, PPI::Node and PPI::Element methods.
Got any ideas for methods? Submit a report to rt.cpan.org!
SUPPORT
See the support section in the main module.
AUTHOR
Adam Kennedy <adamk@cpan.org>
COPYRIGHT
Copyright 2001 - 2011 Adam Kennedy.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
perl v5.16.2 2011-02-25 PPI::Structure::Unknown(3)
Check Out this Related Man Page
PPI::Structure::Unknown(3pm) User Contributed Perl Documentation PPI::Structure::Unknown(3pm)NAME
PPI::Structure::Unknown - An unknown or unresolved brace structure
INHERITANCE
PPI::Structure::Unknown
isa PPI::Structure
isa PPI::Node
isa PPI::Element
DESCRIPTION
"PPI::Structure::Unknown" is class for braces whose type is unknown, or temporarily unknown.
It primarily exists temporarily inside the lexer. Although some types of braces can be determined immediately at opening, there are a
number of different brace types that can only be correctly identified after the braces are closed.
A structure is typed as unknown during this period it is indeterminate.
A "PPI::Structure::Unknown" object should not ever make it out of the lexer without being converted to it's final type. Any time you
encounter this class in a PDOM tree it should be considered a bug and reported accordingly.
METHODS
"PPI::Structure::Unknown" has no methods beyond those provided by the standard PPI::Structure, PPI::Node and PPI::Element methods.
Got any ideas for methods? Submit a report to rt.cpan.org!
SUPPORT
See the support section in the main module.
AUTHOR
Adam Kennedy <adamk@cpan.org>
COPYRIGHT
Copyright 2001 - 2011 Adam Kennedy.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
perl v5.10.1 2011-02-26 PPI::Structure::Unknown(3pm)
I was asked to set up a unix system and i am at a loss. i need to know the best one for a small to medium sized business and how to go about setting up the uids and the guids for the network. what permissions i have available and such. (1 Reply)
I am trying to write a script and failing miserably. I have a file that looks something like this;
20050924-155819;Backoffice;1037;0;DDT-TCP/IP;;0;Node
20050924-155902;Unknown;1036;0;DDT-TCP/IP;;0;Node
20050924-155922;FrontOffice;1040;5;DDT-
The desired result is one file containing only... (4 Replies)
Now that I have a file that looks something like this;
20050926 Unknown
20050926 MUREXFO
20050926 MUREXFO
20050926 MUREXFO
20050926 Unknown
20050926 KADDUSS
20050926 KADDUSS
20050926 KADDUSS
20050926 MUREXFO
Is there a way in vi that I can search the file and remove any line... (2 Replies)
hello everyone,
I had a HP-UX, i am trying to find the make version ,but it is displaying the error i.e
make -v
Make: Unknown flag argument v. Stop.
make -version
Make: Unknown flag argument v. Stop.
make --version
Make: Unknown flag argument -. Stop.
make -V
Make: Unknown flag... (2 Replies)
Dear All,
I would appreciate if some one could please post a few examples using GDSL library. The library provides general data structure operations.
I am having confusion using list data structure regarding arguments.
Would appreciate your kind response.
with regards,
Usman (2 Replies)
I have the perl data structure and what i need to do is find all values in
@{$extractColumns{'2'}{'D'}} which are not there in @{$extractColumns{'2'}{'M'}} but seems like i need to put a flag somewhere and i messed up
foreach my $order (keys %extractColumns)
{
foreach my $value... (2 Replies)