Help for this page

Select Code to Download


  1. or download this
    sub import {
        my $self = shift;
    ...
            $self->{creatim} = 0;
        };
    }
    
  2. or download this
    sub splice_raw # splice a raw value into a section
    {
    ...
    ## here comes 805 ##
        splice @{$section}, $position, $length, @_;
    }