App-GoogleSearchUtils
view release on metacpan or search on metacpan
181920212223242526272829303132333435363738FUNCTIONS
google_search
Usage:
google_search(
%args
) -> [
$status_code
,
$reason
,
$payload
, \
%result_meta
]
(DEPRECATED) Open google search page in browser.
This utility can save you
time
when
you want to
open
multiple queries
(
with
added common prefix/suffix words) or specify some options like
time
limit. It will formulate the search URL(s) then
open
them
for
you
in browser. You can also specify to
out the URLs instead.
Aside from standard web search, you can also generate/
open
other
searches like image, video, news, or
map
.
This function is not exported.
Arguments (
'*'
denotes required arguments):
*
action
=>
*str
* (
default
:
"open_url"
)
lib/App/GoogleSearchUtils.pm view on Meta::CPAN
262728293031323334353637383940414243444546
qq([[$url][$query]])
;
}
$SPEC
{google_search} = {
v
=> 1.1,
summary
=>
'(DEPRECATED) Open google search page in browser'
,
description
=>
<<'_',
This utility can save you time when you want to open multiple queries (with
added common prefix/suffix words) or specify some options like time limit. It
will formulate the search URL(s) then open them for you in browser. You can also
specify to print out the URLs instead.
Aside from standard web search, you can also generate/open other searches like
image, video, news, or map.
_
args
=> {
queries
=> {
'x.name.is_plural'
=> 1,
'x.name.singular'
=>
'query'
,
lib/App/GoogleSearchUtils.pm view on Meta::CPAN
462463464465466467468469470471472473474475476477478479480481482=head2 google_search
Usage:
google_search(%args) -> [$status_code, $reason, $payload, \%result_meta]
(DEPRECATED) Open google search page in browser.
This utility can save you time when you want to open multiple queries (with
added common prefix/suffix words) or specify some options like time limit. It
will formulate the search URL(s) then open them for you in browser. You can also
specify to print out the URLs instead.
Aside from standard web search, you can also generate/open other searches like
image, video, news, or map.
This function is not exported.
Arguments ('*' denotes required arguments):
=over 4
script/google-search view on Meta::CPAN
525354555657585960616263646566676869707172See examples in the L</EXAMPLES> section.
=head1 DESCRIPTION
I<DEPRECATION NOTICE>: Deprecated in favor of L<web-search> from
L<App::WebSearchUtils>.
This utility can save you time when you want to open multiple queries (with
added common prefix/suffix words) or specify some options like time limit. It
will formulate the search URL(s) then open them for you in browser. You can also
specify to print out the URLs instead.
Aside from standard web search, you can also generate/open other searches like
image, video, news, or map.
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
( run in 0.511 second using v1.01-cache-2.11-cpan-8d75d55dd25 )