in reply to Re^4: Regex for matching n-fold repititions of arbitrary characters
in thread Regex for matching n-fold repititions of arbitrary characters

Because you are only capturing one character. m// in list context returns the list of captures, which in your case is the (.). The backreference is not captured.

print pack("A25",pack("V*",map{1919242272+$_}(34481450,-49737472,6228,0,-285028276,6979,-1380265972)))