|
|
| |
Goo::Thing::pm::PerlCoder(3) |
User Contributed Perl Documentation |
Goo::Thing::pm::PerlCoder(3) |
Goo::PerlCoder - Manipulate Perl programs just like a real programmer.
- 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>
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |