Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: [RFC] Module code and POD for CPAN

by bliako (Monsignor)
on Apr 14, 2021 at 13:29 UTC ( [id://11131276]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $attrs{'error'}         = 'cancel-url and success-url cannot be de
    +rived from the environment and need to be provided' unless ($attrs{'c
    +ancel-url'} and $attrs{'success-url'});
    
    ...
        $attrs{'error'} = 'Secret API key is missing' unless $attrs{'api-s
    +ecret'};
        
        return bless \%attrs, $class;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11131276]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 16:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found