#!/usr/bin/perl while(){ chomp($_); my @array = split("&|”|“|'",$_); foreach (@array){ ($_ eq ' ') ? (print "--Value missing--") : (print $_) } } __DATA__ ” How big are & the Brothers? ” “ One day hiere last week, not knowing the cause, some floors of Rockefeller Center were evacuated when the floor shaking and screams of the lads' fans during a TV #### while(){ chomp($_); my @array1 = split(/(&|”|“|')/,$_); foreach (@array1){ ($_ eq ' ') ? (print "--Value missing--\n") : (print $_ . "\n") } } result ” How big are & the Brothers? ” --Value missing-- “ One day hiere last week, not knowing the cause, some floors of Rockefeller Center were evacuated when the floor shaking and screams of the lads ' fans during a TV