in reply to Re^3: Sorting Text File for HTML Output
in thread Sorting Text File for HTML Output

Maybe the dump gets printed before the header?

($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,

Replies are listed 'Best First'.
Re^5: Sorting Text File for HTML Output
by haukex (Archbishop) on Sep 15, 2017 at 14:28 UTC

    Yes, that's a good point! I initially assumed michael.kitchen was putting the dd somewhere in the middle of the code like I did in my example, but of course you're right that if it happens before the header, that'll be the problem.