Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How to write testable command line script?

by davido (Cardinal)
on Nov 21, 2018 at 16:13 UTC ( [id://1226132]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub main {
        my @fields = scalar(@_) ? @_ : @ARGV;
        ....
        return @result_set;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-29 00:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found