Help for this page

Select Code to Download


  1. or download this
    perl -e 'for$c(sort{$a<=>$b}map/(\d+)$/,<*[0-9]>){++$n==$c||print map"
    +$_\n",$n..$c-1;$n=$c}'
    
  2. or download this
    perl -le '@f=map/(\d+)$/,<*[0-9]>;@x[@f]=@f;for(1..$#x){$x[$_]||print}
    +'