Query: ppix::editortools::renamepackage
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PPIx::EditorTools::RenamePackage(3pm) User Contributed Perl Documentation PPIx::EditorTools::RenamePackage(3pm)NAMEPPIx::EditorTools::RenamePackage - Change the package nameSYNOPSISmy $munged = PPIx::EditorTools::RenamePackage->new->rename( code => "package TestPackage; use strict; BEGIN { $^W = 1; } 1; ", replacement => 'NewPackage' ); my $new_code_as_string = $munged->code; my $package_ppi_element = $munged->element;DESCRIPTIONThis module uses PPI to change the package name of code.METHODSnew() Constructor. Generally shouldn't be called with any arguments. rename( ppi => PPI::Document $ppi, replacement => Str ) =item rename( code => Str $code, replacement => Str ) Accepts either a "PPI::Document" to process or a string containing the code (which will be converted into a "PPI::Document") to process. Replaces the package name with that supplied in the "replacement" parameter and returns a "PPIx::EditorTools::ReturnObject" with the new code available via the "ppi" or "code" accessors, as a "PPI::Document" or "string", respectively. Croaks with a "package name not found" exception if unable to find the package name.SEE ALSOThis class inherits from "PPIx::EditorTools". Also see App::EditorTools, Padre, and PPI. perl v5.14.2 2012-03-11 PPIx::EditorTools::RenamePackage(3pm)
Similar Topics in the Unix Linux Community |
---|
Renaming a file using wild characters |
Sunfire x4600 M2 NIC replacement |