my $line = q{2011/06/03 15:00:22.684 ! Label: | ID State Offset RSSI |}; $line = substr($line,length("Label:")+index($line,"Label:")); print $line;