Help for this page

Select Code to Download


  1. or download this
    my $obj = object { foo => 1, bar => 2 };
    
  2. or download this
    my $connection = object {
      client => object { address => '10.0.0.1', port => 20001 },
    ...
    };
    
    say $connection->server->address;