padre::task::findvariabledeclaration(3pm) debian man page | unix.com

Man Page: padre::task::findvariabledeclaration

Operating Environment: debian

Section: 3pm

Padre::Task::FindVariableDeclaration(3pm)		User Contributed Perl Documentation		 Padre::Task::FindVariableDeclaration(3pm)

NAME
Padre::Task::FindVariableDeclaration - Finds where a variable was declared using PPI
SYNOPSIS
# Find declaration of variable at cursor my $task = Padre::Task::FindVariableDeclaration->new( document => $document_obj, location => [ $line, $column ], # ppi-style location is okay, too ); $task->schedule;
DESCRIPTION
Finds out where a variable has been declared. If unsuccessful, a message box tells the user about that glorious fact. If a declaration is found, the cursor will jump to it.
SEE ALSO
This class inherits from "Padre::Task::PPI".
AUTHOR
Steffen Mueller "smueller@cpan.org"
COPYRIGHT AND LICENSE
Copyright 2008-2012 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. perl v5.14.2 2012-06-27 Padre::Task::FindVariableDeclaration(3pm)
Related Man Pages
padre::help(3pm) - debian
padre::ppi::updatecopyright(3pm) - debian
padre::task::eval(3pm) - debian
padre::task::lexicalreplacevariable(3pm) - debian
padre::task::ppi(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph