Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ppix::regexp::structure::replacement(3pm) [debian man page]

PPIx::Regexp::Structure::Replacement(3pm)		User Contributed Perl Documentation		 PPIx::Regexp::Structure::Replacement(3pm)

NAME
PPIx::Regexp::Structure::Replacement - Represent the replacement in s/// SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 's{foo}{bar}smxg' ) ->print(); INHERITANCE
"PPIx::Regexp::Structure::Replacement" is a PPIx::Regexp::Structure::Main. "PPIx::Regexp::Structure::Replacement" has no descendants. DESCRIPTION
This class represents the replacement in a substitution operation. In the example given in the "SYNOPSIS", the "{bar}" will be represented by this class. Note that if the substitution is not bracketed (e.g. "s/foo/bar/g"), this structure will contain no starting delimiter. 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-2012 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.14.2 2012-06-06 PPIx::Regexp::Structure::Replacement(3pm)

Check Out this Related Man Page

PPIx::Regexp::Structure::Assertion(3pm) 		User Contributed Perl Documentation		   PPIx::Regexp::Structure::Assertion(3pm)

NAME
PPIx::Regexp::Structure::Assertion - Represent a parenthesized assertion SYNOPSIS
use PPIx::Regexp::Dumper; PPIx::Regexp::Dumper->new( 'qr{(?<=foo)bar}smx' ) ->print(); INHERITANCE
"PPIx::Regexp::Structure::Assertion" is a PPIx::Regexp::Structure. "PPIx::Regexp::Structure::Assertion" has no descendants. DESCRIPTION
This class represents one of the parenthesized assertions, either look ahead or look behind, and either positive or negative. 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-2012 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.14.2 2012-06-06 PPIx::Regexp::Structure::Assertion(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Replacement for netinfo

We are getting ready to migrate away from our netinfo server with is old Open Step. We were thinking of starting to use LDAP for all account creations, passwords... Does anyone have any pros or cons against this or what you are using? Thanks for the help. (0 Replies)
Discussion started by: rickyt00
0 Replies

2. UNIX for Dummies Questions & Answers

Find and Replacement

Hi, Im new to this forum, and also to Unix. I have a requirement like this. i have one DAT file that contains data as follows, EMPNAME, DEPT, SALARY, JOIN_DT, DEDUCTION i have one configuration file that contains data as follows, SALARY BONUS DEDUCTION (5 Replies)
Discussion started by: bkiran
5 Replies

3. Shell Programming and Scripting

Replacement of Delimiter

Dear all, i have a proble. in my input file i have records with delimiter like aa-------bb------cc--vghjav---ef----kjd dj--------ih------yy--ujdjkkl---dd----jid now i want to replace the delimiter "-" with "~" i have used a command i.e cat FILENAME | tr "-" "~" >> Newfile this command... (3 Replies)
Discussion started by: panknil
3 Replies

4. Shell Programming and Scripting

Replacement of sentence in perl

Hi, I have 3 arrays: @arr1=("Furthermore, apigenin treatment increased the level of association of the RNA binding protein HuR with endogenous p53 mRNA","one of the mechanisms by which apigenin induces p53 protein expression is enhancement of translation through the RNA binding protein... (1 Reply)
Discussion started by: vanitham
1 Replies

5. Shell Programming and Scripting

Replacement of exit function

I am reading multiple numbers from user and getting its respective string value from the One.txt.But while putting this text value to the two.txt file , i want to check that if this string already there in the file , if the string already exists in the two.txt file .....the string will be ignored.... (1 Reply)
Discussion started by: jalpasoni
1 Replies

6. Shell Programming and Scripting

Perl String Replacement Syntax Question . . .

Greetings! I've been tooling about with Perl to make a few string replacements in some files; and seem to have run into a bit of a squeeze :) Beginning with a simple text file, test.txt, we have the following content to be worked:Now, not wanting to have anyone feel left out, I decided that... (6 Replies)
Discussion started by: LinQ
6 Replies