Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
PPIx::Regexp::Token::Backtrack - Represent backtrack control. SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 'qr{(*ACCEPT)}smx' ) ->print(); INHERITANCE
"PPIx::Regexp::Token::Backtrack" is a PPIx::Regexp::Token. "PPIx::Regexp::Token::Backtrack" has no descendants. DESCRIPTION
This class represents one of the backtrack controls. 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::Backtrack(3)

Check Out this Related Man Page

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

NAME
PPIx::Regexp::Token::Recursion - Represent a recursion SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 'qr{(foo(?1)?)}smx' ) ->print(); INHERITANCE
"PPIx::Regexp::Token::Recursion" is a PPIx::Regexp::Token::Reference. "PPIx::Regexp::Token::Recursion" has no descendants. DESCRIPTION
This class represents a recursion to a named or numbered capture. 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::Recursion(3)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Regexp help -- (a*)(b*|(ab)*) and (a*)((b|ab)*) on "aabab"

Hi all A regular expression question -- (a*)(b*|(ab)*) and (a*)((b|ab)*) on "aabab" First, (a*)(b*|(ab)*) on "aabab". I though it would match "aa-b". But it turns on "a-abab". So why isn't a* greedy here? Then I try (a*)((b|ab)*). It also matches aa-bab. But this time a* is greedy here.... (9 Replies)
Discussion started by: qiulang
9 Replies

2. Cybersecurity

Backtrack or BlackUbuntu ?

I want to learn penetration testing, ethical hacking and other security based stuff.. 1) Please tell me which OS is the best Black Ubuntu or BackTrack ? 2) I already have Windows 7 and Ubuntu 11.10 in my laptop. So is there any way to convert my latest ubuntu to backtrack /Black ubuntu?... (2 Replies)
Discussion started by: Arun_Linux
2 Replies

3. Fedora

On Installing Multiple Linux Distros on a Computer

Guys, I was planning to install Ubuntu, Fedora and Backtrack on the same computer (along with Windows 7). My Specifications are: 2.67 Core i5 4GB DDR3 RAM 500 GB HDD I have a system running Windows 7 with 3 partitions (240, 130, 130) GBs. And I was planning on freeing out 30GB of space and... (3 Replies)
Discussion started by: hMeU
3 Replies

4. Shell Programming and Scripting

Convert a list of word/terms into their Regexp representation

Ok this might sound pretty weird but here is the request. Running on a linux system in bash or Perl (i really don't know perl but the end user has a few pearl script already) Start File looks something like this (4000 entries) TEST PLAN T//TF T-TF TEST (T) Hacker ... I am thinking about... (3 Replies)
Discussion started by: oly_r
3 Replies

5. Ubuntu

Metagoofil version 2.1 backtrack

Hello all friends i think this is not good area to post about backtrack but i hope i tried metagoofil tool on all my website and some other but i got everytime these error 1. Error downloading /webhp?hl=en 2. tuple index out of range Any Help Thanks (4 Replies)
Discussion started by: rink
4 Replies

6. What is on Your Mind?

A Regexp You Can Use Everywhere

¯\_(ツ)_/¯ bakunin (0 Replies)
Discussion started by: bakunin
0 Replies