Help for this page

Select Code to Download


  1. or download this
    sub crop_binary_insert {
      my ($a, $x) = @_;
    ...
      pop @$a;
      splice @$a, $min, 0, $x;
    }