Help for this page

Select Code to Download


  1. or download this
    [Fri Jul 29 12:28:44 2005] [error] (8)Exec format error: exec of /home
    +/nagesh/apache/cgi-bin/simpleImage.cgi failed
    [Fri Jul 29 12:28:44 2005] [error] [client 127.0.0.1] Premature end of
    + script headers: /home/nagesh/apache/cgi-bin/simpleImage.cgi
    
  2. or download this
    my $LIB = defined $ENV{LD_LIBRARY_PATH} ? $ENV{LD_LIBRARY_PATH} : "";
    $ENV{LD_LIBRARY_PATH} = "/usr/lib:$LIB";
    ...
    #binmode STDOUT;        
    print "Content-type: image/gif\n\n"; 
    print $im->gif;