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
Astro::App::Satpass2::Macro::Command(3) User Contributed Perl Documentation Astro::App::Satpass2::Macro::Command(3)

Astro::App::Satpass2::Macro::Command - Define a macro which consists of an array of commands

No user-serviceable parts inside.

This class is private to the Astro-App-Satpass2 distribution. Documentation is for the benefit of the author only.

This class provides the following methods in addition to those if its superclass:

 my $completion = $self->completion( $text );

This method returns a reference to an array containing all completions defined by the 'completion' argument to "new()" that match $text. If there are none, or if the 'completion' argument was not specified, nothing is returned.

This method overrides the superclass method of the same name. In addition to the functionality of that method, The "def" attribute is checked, and the "implements" attribute populated.

This class adds the following attributes to the superclass:

This attribute is a reference to an array that contains the commands to be executed when the macro is called. Substitution is done on these as required.

The same-named method can be used to access this. The method returns an array in list context, or an array reference in scalar context. Either way the return is a copy of the definition; you can not access (and therefore modify) the commands issued by the macro using the data returned by this method.

The superclass, Astro::App::Satpass2::Macro.

Support is by the author. Please file bug reports at <https://rt.cpan.org/Public/Dist/Display.html?Name=Astro-App-Satpass2>, <https://github.com/trwyant/perl-Astro-App-Satpass2/issues>, or in electronic mail to the author.

Thomas R. Wyant, III wyant at cpan dot org

Copyright (C) 2013-2021 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

2021-11-04 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.