Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl -w
    ...
    
    $b = <STDIN>;
    
  2. or download this
    
    #!/usr/bin/perl -w
    ...
    MemoryEaterFunc(2);  # Eats memory and doesn't release it
    $a = <STDIN>;
    
  3. or download this
    
    sub MemoryEaterFunc_FIXED
    ...
      undef $A;
    }