in reply to Passing C++ variable into Perl in command line

Somehow I fail to see the connection to perl. Just because a perl script is being called doesn't make this problem a perl problem.

If you want to access the command line arguments in the perl script, @ARGV and possibly Getopt::Long might help you.

  • Comment on Re: Passing C++ variable into Perl in command line