Padre::Task::PPI::LexicalReplaceVariable.3pm

Langue: en

Version: 2009-03-29 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Padre::Task::PPI::LexicalReplaceVariable - Lexically variable replace using PPI

SYNOPSIS

   my $replacer = Padre::Task::PPI::LexicalReplaceVariable->new(
           document    => $document_obj,
           location    => [$line, $column], # the position of *any* occurrance of the variable
           replacement => '$foo',
   );
   $replacer->schedule();
 
 

DESCRIPTION

Given a location in the document (line/column), determines the name of the variable at this position, finds where the variable was defined, and lexically replaces all occurrances with another variable.

SEE ALSO

This class inherits from "Padre::Task::PPI".

AUTHOR

Steffen Mueller "smueller@cpan.org" Copyright 2008-2009 The Padre development team as listed in Padre.pm.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.