312-92 Web TestEngine demo

Exit VCEDump 312-92 EC-Council Certified Secure Programmer v2 (ECSP)
Question 15 of 15
0% complete
Q15 Single choice

What is the following PERL script trying to accomplish? sub mycode_string {

join(""

map('$_ > 255 ?

sprintf("\\x{%04x]", $_) :

chr($_) = ~ /[[:cntrl:]]/ ?

sprintf(\\x%02X", $_) :

chr($_)

} unpack("u*", $_[0]))l

}

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in