In [1]:
print "hello\n";


hello


In [15]:
%%perl
use Data::Dumper;
use HTML::Entities ;
my %h = ( "a" => 1 );
print encode_entities($h["b"]);

In [ ]: