Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    print "Content-type: text/html\n\n";
    
    print "Hello this is just a kindness.\n";
    
  2. or download this
    [Mon Aug 11 08:19:07 2014] [error] Can't locate CGI.pm in @INC (@INC c
    +ontains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/per
    +l5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/sha
    +re/perl5 . /etc/httpd) at /var/www/vhosts/ibstrategies.com/httpdocs/s
    +tep1.pl line 3.\nBEGIN failed--compilation aborted at /var/www/vhosts
    +/ibstrategies.com/httpdocs/step1.pl line 3.\n
    
  3. or download this
    [root@chelsea /]# perl -e 'use CGI; print $CGI::VERSION."\n";'
    4.03