I'm new to PERL, and am trying to use the Getopt::EvaP module to parse my command-line arguments, but I am a little lost as to how to make this work.
So far I have downloaded and installed the module, and added the following to my script:
[CODE=perl]use Getopt::EvaP;[/CODE]
Now, I'm not sure where I add the PDT syntax; does this go in my script, or is it an external file? So there's PDT, MM, and OPT that I need to specify to make this work.
Could someone please post a very basic working example of using this module, so that I can get a handle on how I can make it work in my script?
Any help would be very appreciated.
					So far I have downloaded and installed the module, and added the following to my script:
[CODE=perl]use Getopt::EvaP;[/CODE]
Now, I'm not sure where I add the PDT syntax; does this go in my script, or is it an external file? So there's PDT, MM, and OPT that I need to specify to make this work.
Could someone please post a very basic working example of using this module, so that I can get a handle on how I can make it work in my script?
Any help would be very appreciated.
Comment