Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

padre::document::perl::starter(3pm) [debian man page]

Padre::Document::Perl::Starter(3pm)			User Contributed Perl Documentation		       Padre::Document::Perl::Starter(3pm)

NAME
Padre::Document::Perl::Starter - Starter module for Perl 5 documents DESCRIPTION
Padre::Document::Perl::Starter provides support for generating Perl 5 documents and projects of various types. METHODS
new my $starter = Padre::Document::Perl::Starter->new($main); The "new" constructor creates a new code generator, taking the main window object as a parameter. main The "main" accessor returns the main window object. current The "current" accessor returns a "Padre::Current" object for the current context. create_script $starter->create_script; Create a new blank Perl 5 script, applying the user's style preferences if possible. create_module $starter->create_module( module => $package ); Create a new empty Perl 5 module, applying the user's style preferences if possible. If passed a package name, that module will be created. If no package name is provided, the user will be asked for the name to use. create_test $starter->create_test; Create a new empty Perl 5 test, applying the user's style preferences if possible. COPYRIGHT &; 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 itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.14.2 2012-06-27 Padre::Document::Perl::Starter(3pm)

Check Out this Related Man Page

Padre::Plugin::YAML::Document(3pm)			User Contributed Perl Documentation			Padre::Plugin::YAML::Document(3pm)

NAME
Padre::Plugin::YAML::Document - YAML support for Padre The Perl IDE VERSION
This document describes Padre::Plugin::YAML::Document version 0.06 DESCRIPTION
YAML support for Padre, the Perl Application Development and Refactoring Environment. # Called by padre to know which document to register for this plugin sub registered_documents { return ( 'text/x-yaml' => 'Padre::Plugin::YAML::Document', ); } Syntax highlighting for YAML is supported by Padre out of the box. This plug-in adds some more features to deal with YAML files. BUGS AND LIMITATIONS
No bugs have been reported. METHODS
o comment_lines_str o task_functions o task_outline o task_syntax AUTHOR
Zeno Gantner <zenog@cpan.org> CONTRIBUTORS
Kevin Dawson <bowtie@cpan.org> Ahmad M. Zawawi <ahmad.zawawi@gmail.com> LICENCE AND COPYRIGHT
Copyright (c) 2011-2012, Zeno Gantner <zenog@cpan.org>. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. perl v5.14.2 2012-05-15 Padre::Plugin::YAML::Document(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

UNIX starter role?

(1 Reply)
Discussion started by: B_Jay
1 Replies

2. HP-UX

Newbie on AIX ! What 're document can be use?

I'm newbie on AIX of IBM , but I don't know about documents for starter. Can I help me ? Tks for your recommend ! (1 Reply)
Discussion started by: quan0509
1 Replies

3. AIX

Newbie on AIX ! What 're document can be use?

I'm newbie on AIX of IBM , but I don't know about documents for starter. Can I help me ? Tks for your recommend ! (3 Replies)
Discussion started by: quan0509
3 Replies

4. Shell Programming and Scripting

Perl Methods Calling

Hello I am on my way to improve my wonderful Perl skills, I got an issue which I want to share with you all. I have a Perl module which looks like package Cocoa; require Exporter; @ISA = qw(Exporter); my $a=''; my $b=''; my $c=''; sub new { my $this = shift; # Create... (8 Replies)
Discussion started by: adisky123
8 Replies

5. Emergency UNIX and Linux Support

Are these Raspberry Pi kits really complete?

This is a test to see if the Emergency and UNIX and Linux Support forum is still working... I see that Amazon has a deal on Raspberry Pis today (CanaKit Raspberry Pi 3 B+ (B Plus) Starter Kit (32 GB EVO+ Edition, Premium Black Case) and CanaKit Raspberry Pi 3 Complete Starter Kit - 32 GB... (4 Replies)
Discussion started by: Don Cragun
4 Replies