in reply to Re: Perl 5.10.1 - compare external program output with a list of known error codes
in thread Perl 5.10.1 - compare external program output with a list of known error codes

What is this part doing?

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
  • Comment on Re^2: Perl 5.10.1 - compare external program output with a list of known error codes
  • Download Code

Replies are listed 'Best First'.
Re^3: Perl 5.10.1 - compare external program output with a list of known error codes
by stevieb (Canon) on Sep 19, 2016 at 19:20 UTC

    That's not doing anything in relation to the code he's specified for you. Anything below the solid black line is choroba's Perlmonks signature, like the signature in an email.

    Copy/paste it into a script.pl file, and run perl script.pl on it at the command-line, and you'll see what it does ;)

      OMG! I feel like an idiot..

      Thanks!