Help for this page
my $object = Foo::->new ( thing => "$ARGV[0]" );
my $object = Foo::->new ( file => "$ARGV[0]" );
if (not defined $self->{file}) {