Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

padre::pluginbuilder(3pm) [debian man page]

Padre::PluginBuilder(3pm)				User Contributed Perl Documentation				 Padre::PluginBuilder(3pm)

NAME
Padre::PluginBuilder - Module::Build subclass for building Padre plug-ins DESCRIPTION
This is a Module::Build subclass that can be used in place of Module::Build for the "Build.PL" of Padre plug-ins. It adds two new build targets for the plug-ins: ADDITIONAL BUILD TARGETS
"plugin" Generates a .par file that contains all the plug-in code. The name of the file will be according to the plug-in class name: "Padre::Plugin::Foo" will result in Foo.par. Installing the plug-in (for the current architecture) will be as simple as copying the generated .par file into the "plugins" directory of the user's Padre configuration directory (which defaults to ~/.padre on Unix systems). "installplugin" Generates the plug-in .par file as the "plugin" target, but also installs it into the user's Padre plug-ins directory. SEE ALSO
Padre, Padre::Config Module::Build PAR for more on the plug-in system. COPYRIGHT
Copyright 2008-2012 The Padre development team as listed in Padre.pm. LICENSE
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::PluginBuilder(3pm)

Check Out this Related Man Page

Padre::Plugin::PDL(3pm) 				User Contributed Perl Documentation				   Padre::Plugin::PDL(3pm)

NAME
Padre::Plugin::PDL - PDL support for Padre SYNOPSIS
cpan Padre::Plugin::PDL Then use it via Padre, The Perl IDE. DESCRIPTION
Once enabled, one will automatically get the following features: Context-sensitive help integration Press F2 to get the help for the current PDL keyword BUGS
Please report any bugs or feature requests to "bug-padre-plugin-pdl at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-PDL <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-PDL>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Padre::Plugin::PDL You can also look for information at: o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-PDL <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-PDL> o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Padre-Plugin-PDL <http://annocpan.org/dist/Padre-Plugin-PDL> o CPAN Ratings http://cpanratings.perl.org/d/Padre-Plugin-PDL <http://cpanratings.perl.org/d/Padre-Plugin-PDL> o Search CPAN http://search.cpan.org/dist/Padre-Plugin-PDL/ <http://search.cpan.org/dist/Padre-Plugin-PDL/> SEE ALSO
PDL, Padre AUTHORS
Ahmad M. Zawawi <ahmad.zawawi@gmail.com> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ahmad M. Zawawi This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-15 Padre::Plugin::PDL(3pm)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Build my box...

Well, I am new to Linux/Unix, and I have decided to get a new computer to experiment w/out fear of screwing up my work computer. I was debating between getting a refurbished Dell, and building my own. I am starting to lean towards building my own, then I saw how the AMD Athon XP out-performed the... (7 Replies)
Discussion started by: KyPeN
7 Replies

2. IP Networking

linksys

hi, i have a linksys wireless card wc11 v3 and everytime i plug it into my toshiba, knoppix freezes. Im reading in some places to run iwconfig, but how can i if i cant plug it in to detect it. Also, during the bootup, if it is plugged in, i get a beep near the end of the boot process and the... (4 Replies)
Discussion started by: jestra
4 Replies

3. Shell Programming and Scripting

how to plug dummy data into zero byte file?

Hi, How can I plug dummy data into files that are zero bytes ? Here is a sample script for removing the files I think. find /path/to/directory -size 0 -type f -exec rm -f {} \; I am not sure how to change it to echo "dummy" > zerobyte.txt. Any suggestions? Here's the farthest I got:... (2 Replies)
Discussion started by: ihot
2 Replies

4. Programming

ptrace-GETREGS

hello everybody!! I want to post a question!I am confused about the explanation of ptrace command. long ins; ins=ptrace(PTRACE_GETREGS,pid,NULL,&regs); with this command i am able to read, for instance, regs.eip context or get regs.eip address? And if i write the commad... (2 Replies)
Discussion started by: nicos
2 Replies

5. UNIX for Dummies Questions & Answers

plug in for syn on

I am using vim version 7.1.314.It don't have syn on.Is there any plug in available for syn on or I have to update the version. (2 Replies)
Discussion started by: karthigayan
2 Replies

6. UNIX for Advanced & Expert Users

HOWTO plug server into infrastructure

Hi I consider how to plug server into infrastructure. What is the actual standard for sys admins to plug server and make it up and running. Whether use LACP/EtherChannel, IPMP, JumboFrame and when ? How to make server redundancy and fail-over to maximize its uptime ? How many network... (7 Replies)
Discussion started by: presul
7 Replies

7. Hardware

iPhone Not being detected

I'm New to the linux world I'm running OpenSuse and as soon as I installed everything was wokring like a charm. and i said to myself I'm so keeping this OpSys! everytime i would plug in my iPhone it would read it as anything else as a filesystem and i was able to go through the device files an etc,... (9 Replies)
Discussion started by: JuankyKong
9 Replies

8. Shell Programming and Scripting

sending mail in perl.. No errors and also no output

Hi folks, I am trying to send an email in Perl script with the below code. I have written the code in Padre IDE and installed all the required modules(Mail::Sendmail) and executed the code. It is neither showing errors nor giving the output. I havnt received an mail after running the below... (1 Reply)
Discussion started by: giridhar276
1 Replies

9. Fedora

Problem with Installing Perl Module in Fedora 20

(15 Replies)
Discussion started by: zak100
15 Replies

10. Shell Programming and Scripting

Using key words or symbols to determine parser

There are multiple conditions in which the user can input data. 1. > 2. del 3. ins 4. delins The user input is saved in a specific directory using the code below: Code: cd 'C:' C:/Users/cmccabe/Desktop/Python27/python.exe C:/Users/cmccabe/Desktop/Python27/run_batch_job.py... (12 Replies)
Discussion started by: cmccabe
12 Replies