Help for this page

Select Code to Download


  1. or download this
    sub replicate($){
            if ($_[0]){
    ...
            }
            return 0;
    }
    
  2. or download this
    sub replicate($){
            $_
    ...
            return
            1:0
    }