in reply to Re^2: can we call c++ in perl to process PDL arrays?
in thread can we call c++ in perl to process PDL arrays?

Hi toothedsword, I don‘t really know it and i’m not sure. I guessed. And i fear that you must try/figure it out yourself. Yet another experiment 😎 Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

Replies are listed 'Best First'.
Re^4: can we call c++ in perl to process PDL arrays?
by toothedsword (Sexton) on Dec 14, 2019 at 03:48 UTC
    Thanks!

      De rien. I didn’t do very much. You had some success with your efforts? Regards, Karl

      «The Crux of the Biscuit is the Apostrophe»

      perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help