> Did you try:
>
> perl -d /path/to/my_perl_script --install --dbname="blah"
>
> That works for me on my scripts with Getopt::Long
>
>
>
Hi,
I did try:
perl -d ./my_script --install --dbname="bbb"
That did not seem to work for me. It could be that certain modules I am
writing are not loading
> -Original Message-
> From: radhika [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 22, 2005 12:37 PM
> To: beginners@perl.org
> Subject: Using the perl debugger with options
>
> Hi,
> I am a beginner perl programmer (but not exactly a novice)
> and
Hi,
I am a beginner perl programmer (but not exactly a novice) and am writing
a perl module which is itself inherited from another module. Also my perl
script uses getopts for various command line options. How can I use the
perl debugger with cmd line options?
every time I do:
./my_perl_script --