Search results

  1. D

    Help with VERY basic perl

    I am trying to make hello world in perl. here is what I currently have: #!/usr/bin/perl $text = 'hello world'; print "$text\n"; I made a folder called cgi-bin in the public-html folder but all i get as an output is 500 internal server error Can some one please help me
Top