Search results

  1. J

    why this code not working? Perl WWW::Mechanize question?

    I have to paste the sequences into the box in http://www.expasy.org/tools/protscale.html and I have to save the result page. So I wrote this perl code which is always retrieve the same page when I change the number in the form_number. How can I fix it? use strict; use WWW::Mechanize; my $url =...
  2. J

    I need to fulfill webforms with a perl script?

    I have hundreds of inputs for Expasy-Protscale ( http://us.expasy.org/cgi-bin/protscale.pl ), a server for protein calculations. But copying and pasting the input for hundreds of times is killing. So I have to find/write an automated way to handle this job. Is it possible to fulfill the sequence...
Back
Top