use JSON qw( decode_json ); my $json_array = decode_json ( do { local $/; } ); __DATA__ Json text