Help for this page

Select Code to Download


  1. or download this
    
            package Foo;
    ...
            $b = Bar->new( 'Left' => 78, 'Right' => 40 );
            print "Left=$b->[0]\n";
            print "Right=$b->[1]\n";