Help for this page

Select Code to Download


  1. or download this
    my %g_tun = ( "R1", 100*32+1, "R2", 1, "R3", 100*32+1 );
    
  2. or download this
    my %g_tun = (
        R1 => 100*32+1,
        R2 => 1,
        R3 => 100*32+1,
    );