# croaks without arguments perl -I . -MData::Dump -MExp -e " $exp=Exp->new(); dd $exp " No arg! at -e line 1. # OK with args perl -I . -MData::Dump -MExp -e " $exp=Exp->new(2); dd $exp " bless({ stored => [], validated => 2 }, "Exp")