in reply to Re^2: Getopt::Long via. Hashes
in thread Getopt::Long via. Hashes
Yep, but main thing - separate IF/ELSE from main logic, and don't hesitate to write helper functions for yourself to make IF/ELSE/definitions/error handling easier.
Also, test your logic with unit tests to prevent regressions!
|
|---|