Re: Using -h Parameter into a debugging perl skript
Michael Eager <[email protected]> Fri, 22 Dec 2017 07:51:01 -0800
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
On 12/18/2017 11:10 PM, [email protected] wrote: > Hello DDD Team, > I have a question and not found a answer. > I want to use the prarameter -h for a perl skript. > Command Shell > ddd test.pl -h > But if I write this, ddd write the help text on the screen. > how can I use the parameter -h in the perl script > I used some paramters more in the original perl skripts. > Best regards > Robin Are you trying to run the program, passing -h as an argument? If yes, run "ddd test.pl" at the command line, then, in the GDB command window, enter "run -h". -- Michael Eager [email protected] 1960 Park Blvd., Palo Alto, CA 94306