Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: array empty when calling script with getopt::long

by graff (Chancellor)
on Apr 29, 2014 at 01:51 UTC ( [id://1084240]=note: print w/replies, xml ) Need Help??


in reply to array empty when calling script with getopt::long

Would it be too difficult or complicated for you to explain what sort of option processing you are actually hoping to do? Normally, when someone writes a command-line tool that handles optional args, it will print a synopsis whenever the user types a bad arg, or specifically asks for help.

Usually, the programmer includes a "-h" option for displaying the synopsis, or simply lets Getopt::Long throw an error when "-h" or "-?" is used as an option, and makes sure to display the synopsis whenever Getopt::Long throws an error.

What would the synopsis be for your script? Why would you need a subroutine to process your options? What do "$substr1" and "$substr2" contain (where is the code that assigns values to those variables)?

  • Comment on Re: array empty when calling script with getopt::long

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (12)
As of 2024-04-23 14:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found