WebService::Google::Sets

WebService::Google::Sets is a Perl access to Google Labs Sets site.
Download

WebService::Google::Sets Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dean Wilson
  • Publisher web site:
  • http://search.cpan.org/~dwilson/

WebService::Google::Sets Tags


WebService::Google::Sets Description

WebService::Google::Sets is a Perl access to Google Labs Sets site. WebService::Google::Sets is a Perl access to Google Labs Sets site.SYNOPSIS use WebService::Google::Sets; my @os_list = qw(Linux Windows Solaris); my $expanded_os_list = get_gset(@os_list); # check something came back die "No results returned from server" unless $expanded_os_list; foreach my $element (@$expanded_os_list) { print $element, "n"; }WebService::Google::Sets provides function based access to the Sets service hosted at Google Labs.The Sets service attempts to expand the values you provide. The example provided in the SYNOPSIS would return an array that included "Windows NT", "HPUX" and "AIX" as values in addition to those supplied. Requirements: · Perl


WebService::Google::Sets Related Software