Skip to content

Web Developer Blog

Category: Perl

Premature end of script headers

Error:
Premature end of script headers

Solution:
– change the file permission to 755
– add -w to the first line (i.e. #!/usr/bin/perl -w)

Author adminPosted on April 4, 2010Categories PerlLeave a comment on Premature end of script headers

Hello World in Perl

#!/usr/bin/perl
print “Content-type: text/html\n\n”;
print “Hello World\n”;

Author adminPosted on April 4, 2010Categories PerlLeave a comment on Hello World in Perl

Categories

  • Amazon EC2
  • Apache
  • Apple
  • Bootstrap
  • Browser
  • Campaign Monitor
  • CDN
  • CentOS
  • Chrome
  • Composer
  • Concrete5
  • cPanel
  • CSS
  • Debian Linux
  • DNS
  • Drupal
  • eDM
  • Facebook
  • FirePHP
  • Flash
  • git
  • Gmail
  • Google Apps
  • Google Map
  • Horde
  • Hosting
  • HTML
  • HTML 5
  • Image Optimization
  • iPad
  • Java
  • Javascript
  • jQuery
  • Linux
  • Mac
  • Magento
  • Materials
  • MetaWeblog
  • MODx
  • MySQL
  • Nginx
  • Node.js
  • Payment Gateway
  • Paypal
  • Perl
  • Photoshop
  • PHP
  • Plesk
  • Programming
  • Push Message
  • Putty
  • React Native
  • Security
  • SEO
  • Shopify
  • SSH
  • SSL
  • Sublime Text
  • Tumblr
  • Uncategorized
  • WampServer
  • Web
  • Web Design
  • Windows
  • Wordpress
  • XenServer












Web Developer Blog Proudly powered by WordPress