Help for this page

Select Code to Download


  1. or download this
    456642 -channel 1 -a 1 -b 1 -c 1 -channel 1 -a 2 -c 2 it prints only
    $VAR1 = {
    ...
                       'a' => '2'
                     }
            };
    
  2. or download this
    $VAR1 = {
              '1' => {
    ...
                       'a' => '2'
                     }
            };