in reply to Re^2: assigning a perl variable in shell
in thread assigning a perl variable in shell

> I figured it out.

Great that you figured it out on your own!

edit

NB: This kind of code generation is prone to ugly bugs on the long run.

You should really consider AnoMonks' suggestions to pass data either via @ARGV or %ENV.

Cheers Rolf

PS: Je suis Charlie!

  • Comment on Re^3: assigning a perl variable in shell