App-GoogleSearchUtils

 view release on metacpan or  search on metacpan

script/google-search  view on Meta::CPAN

280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
 [profile=dev]
 username=foo
 pass=beaver
  
 [profile=production]
 username=bar
 pass=honey
 
When you specify C<--config-profile=dev>, C<username> will be set to C<foo> and
C<password> to C<beaver>. When you specify C<--config-profile=production>,
C<username> will be set to C<bar> and C<password> to C<honey>.
 
 
=item B<--no-config>, B<-C>
 
Do not use any configuration file.
 
If you specify C<--no-config>, the application will not read any configuration
file.



( run in 0.316 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )