Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    int add( int a, int b, int c ) {
        return a + b + c;
    }
    
  2. or download this
    Usage: main::add(a, b, c) at ./mytest.pl line 7.