#!/usr/bin/env perl

use Data::Dump;
use Data::Object;

my $string = Data::Object->new('abcdefghi');

dd $string;

