Help for this page

Select Code to Download


  1. or download this
    push @test_2_data, unpack('H*', (test_2( $test ))) for 1 .. 4;
    print $_ for(@test_2_data);
    
  2. or download this
    push @test_2_data, test_2( $test ) for 1 .. 4;
    
    ...
    }
    
    print $_ for(@test_2_data);