in reply to Re^5: GetOpt Organization (only)
in thread GetOpt Organization

For a lot of programs not using %opt makes sense, but for a lot of programs using %opt makes sense ...

if all the options do is set values that get passed to a template after validation, having it as $prefix instead of $opt{prefix} ...

if things are going to end up in a hash anyway, might as well start out in a hash :)