Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Member
    Join Date
    Nov 2002
    Posts
    71

    Default Perl scripts not working

    I would never have thought to check this because I never use Perl, but yesterday someone mentioned they couldn't run a Perl script from the cgi-bin. So I threw this script in the cgi-bin for another site and, lo and behold, get a 404 error.

    Any ideas what might be doing this?

  2. #2
    Member
    Join Date
    Jun 2005
    Posts
    119

    Default

    Try this one.. (test.pl)

    if this not working let me know the error code that you are geting on your screen...

    --start--

    #!/usr/bin/perl -w

    # Tell perl to send a html header.
    # So your browser gets the output
    # rather then <stdout>(command line
    # on the server.)
    print "Content-type: text/html\n\n";

    # print your basic html tags.
    # and the content of them.
    print "<html><head><title>Hello World!! </title></head>\n"; print "<body><h1>Hello world</h1></body></html>\n";

    --end--

  3. #3
    Member
    Join Date
    Nov 2002
    Posts
    71

    Default

    Okay, sorry about that. I was uploading to the wrong account. Makes me wonder if my client is doing the same thing . Everything works (both scripts).

Similar Threads & Tags
Similar threads

  1. sendmail perl scripts suddenly not working - where to troubleshoot?
    By RandyL712 in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 08-12-2011, 02:44 PM
  2. Replies: 2
    Last Post: 10-26-2009, 07:28 AM
  3. Perl Scripts...
    By MethOd63 in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 05-13-2008, 12:24 AM
  4. /scripts/runweblogs not working? try /scripts/fixwebalizer
    By MediaHound in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 03-28-2005, 10:43 AM
  5. Perl scripts and DBI
    By tester in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 05-30-2002, 05:35 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube