#!/usr/bin/perl use warnings; use strict; my $data; { local $/; $data = ; } my @paras = split /(?