I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-07-07 13:09:53-07 by fry in response to 669
Re: A couple of questions

The syntax on webpage is wrong. It should be:

$info = $rfc->sapinfo();
map { print "$_ : $info->{$_} \n" } keys %$info;

I cannot get any info out of SAPWL_WORKLOAD_GET_SUMMARY or SAPWL_GET_SUMMARY_STATISTIC.

Does anyone have any examples.

Direct Responses: Write a response