GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Goo::Thing::pm::PerlCoder(3) User Contributed Perl Documentation Goo::Thing::pm::PerlCoder(3)

Goo::PerlCoder - Manipulate Perl programs just like a real programmer.

use Goo::PerlCoder;

new
constructor
save
save the updates to disk
rename_method
change the name of a method
get_code
return the code as a string
sort_package
sort the use list at the start of the program
add_package
add a package to the use list as the start of the program
delete_package
delete a package from the use list
delete_method
remove a method from the program
clone_method
copy and paste a method
add_change_log
add a change log entry
delete_change_log
delete a change log entry
add_module_name
add this at the top of the module
add_returns_true
all modules need to return true add a 1; at the bottom of the module
add_header
add a header to the program
add_method
add a method
add_constructor
add a constructor to a program
add_packages
add a list of packages
add_isa
add an isa to this module

Nigel Hamilton <nigel@trexy.com>

2005-12-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.