http://qs321.pair.com?node_id=126152


in reply to Object::Clone a simple class providing a cloning method

-13: my $copy_dump = Dumper $self; -14: -15: eval $copy_dump; warn $@ if $@; +13: eval Dumper($self); warn $@ if $@;
Untested but that ought to work.

--
perl -p -e "s/(?:\w);([st])/'\$1/mg"