doh..
Thank you.
One more thing, will using getopt automatically reject the flags that are not explicitly specified (getopt('hltf', $o);), meaning if I call a program w/ ./program -x ,
Will getopt automatically reject and abort the program or do I need to tell the program that?