in reply to Need help with Getopt::Long and Pod::Usage
push @informations, "Usage:\n To execute: perl ProgramName <argument>\ +n Help: perl ProgramName --help or perl ProgramName --h" if $options{ +help};
push @informations, "Usage:\n To execute: perl ProgramName <argument>\ +n Help: perl ProgramName --help or perl ProgramName --h" if $options{ +help);
|
|---|