Help for this page

Select Code to Download


  1. or download this
    my $object = Foo::->new ( thing => "$ARGV[0]" );
    
  2. or download this
    my $object = Foo::->new ( file => "$ARGV[0]" );
    
  3. or download this
    if (not defined $self->{file}) {