Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    
    our $LIMIT = eval $LIMIT || 'somedefault';
    
  2. or download this
    script -LIMIT=2**33
    
    or
    
    script -LIMIT=8*1024**3
    
  3. or download this
    script -LIMIT=8589934592