Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        my ($i, $j) = @_;
        return $i + $j;
    }
    
  2. or download this
    sub remoteAdd($$);    # This appears to have no effect across files...
    
    ...
    }
    
    1;