if ( $i eq 'add' ) { my $rtn = add( @ARGV ); print "The sum is: $rtn"; }