in reply to Regular expression to match binary data amoun text data
$string = `head /bin/ls`; $string =~ /.*linux.*/ and print "Matches.\n"; [download]