Getting errors in my PERL code . . Please help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SKJoy2001
    New Member
    • Aug 2006
    • 2

    Getting errors in my PERL code . . Please help

    PLEASE HELP ME!!! P E R L!!!

    I have a CGI (PERL) file namely 'test.cgi' and it has the correct permission (755) on the FTP server and it is within the CGI path.

    I have the following code in it:

    =============== =============== =====
    1: #!/usr/bin/perl
    2:
    3: $cr = '???';
    4: $decrypted ="Something" ;
    5: $decrypted =~ s/$cr/\r/g;
    6:
    7: print $decrypted;
    =============== =============== =====

    The code works pretty well when I comment out Line#5 but whenever I want to use Line#5, it throws me the following error!

    =============== =============== ===========
    Internal Server Error
    The server encountered an internal error or misconfiguratio n and was unable to complete your request.
    Please contact the server administrator, webmaster@wildw ildsearch.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.


    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    =============== =============== ===========

    Please help me, this is an URGENT. PLEASE PLEASE PLEASE.
  • bharad
    New Member
    • Aug 2006
    • 7

    #2
    it is unclear what you are trying to do..

    Comment

    Working...