I dont know what to put for the shebang line. I need to upload the perl file and html file so my instructor can use it.
I am using hostingspot.com
No diea if its linux or unix like
I am using them as CGI scripts. I have been putting them in the CGI bin.
How do I figure out where the perl interpreter is for for my web host(will pick best answer)?
process with excel file using PERL?
Hi I need to do process with excel(.xls) files.I found some examples on web.But they are using
use script
use Spreadsheet::WriteExcel kind of perl modules(PM files).
I don’t have those. I am not able to download from net.
If any one have plz mail to me.
Any other way to read or write Excel file…? please let me know ASAP..
Thx in advance…
Bhushan
store a file data in hash variable using perl programming?
hiii please clear this i have a file that file data are like "[head =chapter]" this for each line how can i store the head =chapter in perl as a hash variable data using perl language
Perl scripting. Specifying file path in a Open statement. ?
Hi,
I’m writing my first perl program to read from a file. In the below $infile, I also want to specify the path name of the file. If I provide C:\.., it is not accepting . please suggest me with options.
# ——————
print "Testing\n";
$infile=’array.txt’;
open(F1,$infile) ||die "Error Opening File!! File Name :- $infile\n";