Help for this page

Select Code to Download


  1. or download this
    perl -e"keys %hash = 2_000_000; <>; $hash{ $_ }++ for 1 .. 2_000_000; 
    +<>;"
    
  2. or download this
    D:\>perl -we"'X'x(200*1024**2); <>; $h{ $_ }++ for 1 .. 2_000_000;<>"
    Useless use of repeat (x) in void context at -e line 1.
    Name "main::h" used only once: possible typo at -e line 1.