perldb -- spaces in parameters

A

avilella

Hi all,

I was wondering if anyone figured out a way to call Emacs perldb with
parameters that have spaces. For example:

M-x perldb
Run perldb (like this): perl script.pl -i "my parameter"

----

[...]
use Getopt::Long;
GetOptions(
'i:s' => \$i
);
[...]
----

I always get '"my' instead of "my parameter" when running perldb,
whereas it works on the command-line.

Anyone?

Thanks,

Albert.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,083
Latest member
SylviaHarr

Latest Threads

Top