in reply to How do I process many (conflicting) command line parameters?

Hello ozboomer,

It is really difficult for me if not for everyone to provide an answer without seeing a minimal example of working code and what you are actually trying to achieve? I can see that you spend some time trying to put down all these analytical description but at least I need to see pieces of code and what you would expect to improve and how (sample of input and output as well).

Update: I found this question How do you use command line parameters? contains useful information such as module Getopt::Std and Getopt::Long for processing complex line arguments.

Looking forward to your update, BR.

Seeking for Perl wisdom...on the process of learning...not there...yet!

Replies are listed 'Best First'.
Re^2: How do I process many (conflicting) command line parameters?
by Anonymous Monk on Jun 30, 2017 at 01:04 UTC

    thanos1983: It is really difficult for me if not for everyone to provide an answer without seeing a minimal example of working code and what you are actually trying to achieve?

    :)

    For lots of programming questions, like this one, providing "minimal code" distracts from the actual question