Help for this page

Select Code to Download


  1. or download this
    sub dothis ($:$$$) {
               ## rest of the code
    }
    
  2. or download this
    sub dothis {
              my ($this, $that) = @_;
              ## rest of the code
    }