#!/usr/bin/env perl -l use strict; use warnings; use JSON; my $text = '{"html":" \u003cdiv class=\"ja-job-details\"\u003e \u003ch2 ' . 'class=\"title\"\u003eGlobal Service ..."}'; print decode_json($text)->{html}; ####

Global Service ...