Help for this page

Select Code to Download


  1. 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.
    
  2. or download this
    > perl
    $function_used = "memcpy";
    ...
    print $function_call;
    __END__
    (a, b, sizeof(a))