Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page



 

Hello World

First introduced in the BCPL programming language "Hello World!" is a software program or script used to help introduce someone to a programming language, to test a programming language, and/or to test a compiler of a programming language. The few lines of code print the message: "Hello World!" to the computer screen and give the user a basic understanding of how to print something to the screen, compile, and run the program or script. Below is an example of how to print "Hello World!" in Perl.
 


#!/usr/bin/perl
print "Hello World!\n";

  • A great collection of printing "Hello World!" to the screen in over 290 different programming languages can be found here.

Also see: Programming definitions, Programming language

 

Index

Category:
Dictionary

Related Pages:
H - Definitions

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope