in reply to Re: Use Getopt::Long even if you don't think you need to
in thread Use Getopt::Long even if you don't think you need to

I'd fallen in love with Getopt::Euclid myself. Unfortunately many of the programs I write must be distributed via Activestate's PerlApp which does not allow the program to see anything past it's __END__ tag.

I've fallen back to using Getopt::Long and Pod::Usage because PerlApp programs can be made to see what's in their __DATA__ section.

  • Comment on Re^2: Use Getopt::Long even if you don't think you need to