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
Dancer::RPCPlugin::PluginNames(3) User Contributed Perl Documentation Dancer::RPCPlugin::PluginNames(3)

Dancer::RPCPlugin::PluginNames - Register Dancer::Plugin::RPC plugin-names

    use Dancer::RPCPlugin::PluginNames;
    my $pt = Dancer::RPCPlugin::PluginNames->new();

    say "Plugin: $_" for $pt->names;

    if ($my_name =~ $pt->regex) {
        say "$my_name is a registered plugin-name";
    }

Returns a singleton-object of this class.

Arguments

List of names or none.

Adds the names given to the singleton-object and returns that.

Returns a list of registered plugin-names ordered by:
1. length of the name
2. ASCII-betical

Returns a "Regexp" object with all the names as alternatives.

(c) MMXVII - Abe Timmerman <abetim@cpan.org>
2019-10-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.