- or download this
> perl
$function_used = "memcpy";
...
(Missing semicolon on previous line?)
syntax error at - line 3, near "$function_call "
Execution of - aborted due to compilation errors.
- or download this
> perl
$function_used = "memcpy";
...
print $function_call;
__END__
(a, b, sizeof(a))