Dear All,
I am in the concluding stages of writing a program that will allow a user to perform a search. It wont actually work as i need to access external biology databases who cnat as yet grant me access. SO, what im trying to do is knock up a prototype to show the project manager what can be done, creating graphs etc.

The only thing is, i need the code to work using BioPerl, which doesnt have DBD, DBI, GD::Graph, Archive::Zip and a few other things i need.

I have an online DB stored in Biolinux and want to show them that i can upload data to this DB. I know that they can download the necessary modules later but they are not sure about the methods.
But, with no DB handling means i dont think it can be done with perl.

Thus, i want to try and run a PHP script to rip data from a text file and bung it into the DB. I have got a simple thing working but i dont have a clue how to call the PHP script from inside my CGI perl code.

Simply Can i run PHP using my perl cgi script.. run off a button press
Can this be done............
Cheers.


In reply to Running PHP by MonkPaul

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.