Results 1 to 2 of 2

Thread: Looking for little help on PERL
      
   

  1. #1
    kelfy Guest

    Default Looking for little help on PERL

    Hi, I just start learned to use PERL and I'm try to run a Hello World program but I'm failed. Here is my scrept:
    #!/usr/bin/perl -w

    print "Hello, world!\n"; I save this as 'test.pl' and put it in my ftp a/c and I run this file on browser ' http://www.myvodahostdomain.com/test.pl' It gives me 500 Internal Server Error. What should I do? Anyone can teach me? I'm a real beginner and trying to write a presistant program that PHP can't be done. Please help

  2. #2
    thwl is offline Private First Class
    Join Date
    Nov 2005
    Posts
    8

    Default Re: Looking for little help on PERL

    I have the same problem 500 Internal Server Error... wonder if that's the right path to perl.

    Any helpers?

    Thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49