Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    if( ! defined $err ){ print STDERR "$0 : error, call to do_saxpy() has
    + failed.\n"; exit(1); }
    printf "$0 : back to perl-code ...\n";
    print "$0 : (perl-code) : got back result :\n".join("\n", @$err)."\n";