in reply to Re^4: Use perl script to get google scholar results for a query
in thread Use perl script to get google scholar results for a query

"Would you recommend just going for a regex approach or is there a better way using the module?"

To be honest: I don't know or i'm not sure - as you like :-(

Before reading your post i wasn't even aware didn't know anything about Google_Scholar.

I searched a little bit and then played around with My::Google::Scholar.

I also needed to install the dependencies of the module as well as the right Perl version.

I would recommend that you write some code and come back when you run into problems.

If so, help is guaranteed ;-)

Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»

  • Comment on Re^5: Use perl script to get google scholar results for a query

Replies are listed 'Best First'.
Re^6: Use perl script to get google scholar results for a query
by carter_rr (Initiate) on Oct 02, 2014 at 16:39 UTC
    Can you elaborate how you got access to "My::Google::Scholar" to use it? I'm new to downloading Perl modules off Google Code. Installing off of CPAN didn't work. The source code file isn't availible for downnload from Google Code. When I checked it out with svn and did the whole perl/make install process I got the error that I didn't have write permissions. So, what were the steps you did to use it this module?
      "Can you elaborate how you got access to "My::Google::Scholar" to use it?..."

      Mmh, as far as i remember i downloaded My::Google::Scholar, put it somewhere in my @INC, installed many, many dependencies and after a while it worked.

      Regards, Karl

      «The Crux of the Biscuit is the Apostrophe»