Help for this page

Select Code to Download


  1. or download this
    perl -Mv5.14  -MJudy::L=Get,Set -e'
       my $i = 1<<63;
    ...
       say( ( Get( $judy, $i ) )[1] );
       say( ( Get( $judy, $j ) )[1] );
    '