Hi Monks,
I am working on a bioinformatics application using cgi-PERL, where I ask for two file as input and analyze two files to give ouput.
I used this to get the file path
print "<input name=t type=file />";
and used POST to pass the value to another .pl file where the file whose path was given is analyzed and output was displayed.
When I was running the application on localhost, its working fine. But it doesnot run on server. Can you please tell me what changes I have to make in my cgi-perl code so that it can analyze a file whose path is goven on the server.
I guess i need to upload the file first on server.
I can't get the funda involved, I searched everywhr but cudn get it.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.