in reply to Re: Perl on M2 Mac issues: somewhere between Perl, Apache and ImageMagick my code fails
in thread Perl on M2 Mac issues: somewhere between Perl, Apache and ImageMagick my code fails

Also note that qx{} doesn't return an exit code (you can find it in $? instead), but the standard output of the command. So, for some reason, convert outputs 6.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
  • Comment on Re^2: Perl on M2 Mac issues: somewhere between Perl, Apache and ImageMagick my code fails
  • Select or Download Code

Replies are listed 'Best First'.
Re^3: Perl on M2 Mac issues: somewhere between Perl, Apache and ImageMagick my code fails
by bliako (Abbot) on Oct 24, 2024 at 09:02 UTC

    very useful, convert does run then