Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ppix::regexp::token::operator(3) [centos man page]

PPIx::Regexp::Token::Operator(3)			User Contributed Perl Documentation			  PPIx::Regexp::Token::Operator(3)

NAME
PPIx::Regexp::Token::Operator - Represent an operator. SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 'qr{foo|bar}smx' ) ->print(); INHERITANCE
"PPIx::Regexp::Token::Operator" is a PPIx::Regexp::Token. "PPIx::Regexp::Token::Operator" has no descendants. DESCRIPTION
This class represents an operator. In a character class, it represents the negation ("^") and range ("-") operators. Outside a character class, it represents the alternation ("|") operator. METHODS
This class provides no public methods beyond those provided by its superclass. SUPPORT
Support is by the author. Please file bug reports at <http://rt.cpan.org>, or in electronic mail to the author. AUTHOR
Thomas R. Wyant, III wyant at cpan dot org COPYRIGHT AND LICENSE
Copyright (C) 2009-2013 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. perl v5.16.3 2014-06-10 PPIx::Regexp::Token::Operator(3)

Check Out this Related Man Page

PPIx::Regexp::Token::CharClass(3)			User Contributed Perl Documentation			 PPIx::Regexp::Token::CharClass(3)

NAME
PPIx::Regexp::Token::CharClass - Represent a character class SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 'qr{w}smx' ) ->print(); INHERITANCE
"PPIx::Regexp::Token::CharClass" is a PPIx::Regexp::Token. "PPIx::Regexp::Token::CharClass" is the parent of PPIx::Regexp::Token::CharClass::POSIX and PPIx::Regexp::Token::CharClass::Simple. DESCRIPTION
This class represents a character class. It is not intended that this class be instantiated; it simply serves to identify a character class in the class hierarchy, and provide any common methods that might become useful. METHODS
This class provides the following public methods beyond those provided by its superclass. SUPPORT
Support is by the author. Please file bug reports at <http://rt.cpan.org>, or in electronic mail to the author. AUTHOR
Thomas R. Wyant, III wyant at cpan dot org COPYRIGHT AND LICENSE
Copyright (C) 2009-2013 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. perl v5.16.3 2014-06-10 PPIx::Regexp::Token::CharClass(3)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Operator question

I need to find out if a variable contains a certain text string, then do something about it. Here is what I mean, but I don't know how to get a "contains" operator # We have volumes called: # /Volumes/BackupsA_K # /Volumes/BackupsL_Z # /Volumes/Backups_Admin # (could be more, etc)... (5 Replies)
Discussion started by: TheCrunge
5 Replies

2. UNIX for Dummies Questions & Answers

.Profile

There are 2 account created in serverAsia. Accounts are Operatop and Operator. how do i compare the .profiles of this 2 logins. How do i set Operator to have the same profiles of operatop and the attributes. This 2 login performs the same function for file transfers. Thanks :p (1 Reply)
Discussion started by: vilves
1 Replies

3. Shell Programming and Scripting

Multiple Logical Operator Issues ...

Hi folks I have a snippet of code Which is like this If ( ( A || B || C ) && D ) then Do some thing.... elif exit fi How to rephrase this and use it so I dont get any Errors ... Looking out for helpful replies .. Thanks & Regards Srikanth GR (1 Reply)
Discussion started by: srikanthgr1
1 Replies

4. UNIX for Dummies Questions & Answers

LPAR Loading Problem

I'm having a major problem trying to load a LPAR. I've got through the HMC and shutdown and then activated the LPAR and it only gets to the Operator Panel Value of 0517. Now from some research I've found that this is to do with loading the rootvg. ( I think ) On the actual terminal all I get is... (0 Replies)
Discussion started by: KeesH
0 Replies

5. Shell Programming and Scripting

Perl Diamond Operator

I know that when using 'while (<FILE>) {}', Perl reads only one line of the file at one time, and store it in '$_'. Can I change some parameters so that 'while (<>) {}' can read more than one lines, like 2 or 5 lines at one time? Thanks for the help! (1 Reply)
Discussion started by: zx1106
1 Replies

6. UNIX for Dummies Questions & Answers

Unary Operator Message - Linux/Unix

I have this code to check the largest files by bytes. Whenever I run it, I keep getting an error message "unary operator expected" for i in * do if set -- $(ls -ls "$i") alias filesize='ls -lS' then echo $1: $5 bytes fi done (1 Reply)
Discussion started by: kxb
1 Replies

7. Shell Programming and Scripting

Equivalent to Perl's and Bash's "=~" Operator?

Hello All, Alright, so this is driving me absolutely insane. I can't seem to find this ANYWHERE... I've tried every combination and synonym I can think of for this trying to search Google. What is the Expect/Tcl equivalent to Perl and Bash's "=~" operator, (i.e. the "contains" operator).... (2 Replies)
Discussion started by: mrm5102
2 Replies

8. Shell Programming and Scripting

awk Help - Comparison Operator problem

Hi, I've tried searching through the forum but I've drawn a blank so i'm going to post here. I'm developing a number of checks on a CSV file, trying to find if any are greater than a max limit. I'm testing it by running it from a command line. The file I'm testing has 8 records. When I... (3 Replies)
Discussion started by: Tmart
3 Replies

9. UNIX for Dummies Questions & Answers

Operator Usage!

Hai, Can any one known the Usage of Below operator := Please give with an example ! (5 Replies)
Discussion started by: barathas
5 Replies

10. Shell Programming and Scripting

Operator Usage!

Hai , Can any known the below operator usage =~ give an example in perl (1 Reply)
Discussion started by: barathas
1 Replies