in reply to concatenate a non-printable character onto an ascii string and inspect the content
#!/usr/bin/perl use warnings; use strict; my $string = '123456'; $string .= "\x1c"; # or chr 0x1c printf '%02x ', ord $_, ' ' for split //, $string; print "\n";
($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^2: concatenate a non-printable character onto an ascii string and inspect the content
by holandes777 (Scribe) on Sep 20, 2017 at 17:00 UTC |