If you're referring to Bio::Tools::Run::PiseApplication::dottup, you would "import" that the same way you would fetch any other CPAN module. An easy, interactive way to do that is:
perl -MCPAN -e shell cpan> install Bio::Tools::Run::PiseApplication::dottup
If you've never done a CPAN download/install before, the CPAN shell will take you through a setup/config dialog where just about all the questions should be answered by accepting the default, and you just have to pick a few urls as places to look for downloads. (You probably need "admin" privileges to get the module installed into system library paths, but there are ways for non-admin users to install modules into a personal library path.) There's a whole section in the monastery's Tutorials wing called "Modules: How to Create, Install, and Use"

As for looking at the source code, the CPAN web page for the module includes links for viewing the source and downloading the tar file distribution via the browser. You can do a manual installation by unpacking the tar file and following directions provided in the package. (But using the CPAN module is easier.)


In reply to Re: Bioinformatics help please by graff
in thread Bioinformatics help please by egorleg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.