Monday, May 26, 2008

I am trying to install a perl based forum on my website and I m having absolutely NO luck. I ve contacted my host to make sure that my server supports perl...and it does. But- everytime I try to point my browser to my install file (Install.pl) I only get the option to download the file. I am supposed to- at that point- see a setup screen. After much trying and frustration- I contacted my host again and they told me to use the program Putty to SSH the Install.pl file. So- now- I ve downloaded Putty and am wondering what to do next...any ideas?

Please give a small example of a perl CLI code which will take some input from user and give some output.I want this urgently.Plz help.Thanks

do u think there is going 2 be a movie 4 daughters of the moon????? it was a really good book....books...... anyway i think people who want this book to be turned into a movie should sign this petition http://www.petitiononline.com/mod_perl/signed.cgi?dotmm
plz sign!!!!!thx =]
btw the petition is to disney

Im using this .plx script and have stored it in Inetpub/Scripts

#! /usr/bin/perl -w
#cgihello.plx

use strict;
use warnings;

print "Content-type: text/plain\n\n";
print "Hello CGI world! \n";
print " You are calling from $ENV{REMOTEHOST}\n";

I enter this http:\\localhost\scripts\cgihello.plx in the address bar- but Im getting this:

Content-type: text/plain Hello CGI world! You are calling from

When i enter
It isnt interpreting my escape sequence- and $ command.
How do I rectify this problem?

PS: A html written in inetpub/wwroot works fine.

I want to create a CLI in perl which will take some input from the user and output some desired output.To be more specific I want to convert some firewall rules into another firewall format.Can some body give a small example for a basic CLI code?If not possible in perl which language will be better?Plz help me.Thanks
I want to create a tool which will convert a given firewall rule into a different firewall format.The user have to input the config file of the firewall rules and the tool will convert it.The tool has to be based on command line interface.So can I do it in perl.If yes then plz give me a small example of a basic command line interface code.Thanks

What makes a programming language architecture neutral by the way?

No comments: