> 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 properly. Another way to do this I found was including perl -d in the perl script.
eg #! /usr/bin/perl -d -w And this works. Thanks anyways. Radhika -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>