Help for this page

Select Code to Download


  1. or download this
    sub func() {
    
  2. or download this
    &func(\@x, \@y);
    
  3. or download this
    sub func { ... }
    
  4. or download this
    func(\@x, \@y);