Help for this page

Select Code to Download


  1. or download this
    my %hash;
    @hash{ 'A', 'B', 'C' } = ( 1, 2, 3 );
    
  2. or download this
    package InOut;
    
    ...
    
    print $thingy->getparam( 2 ), "\n";