Help for this page
1: #!/usr/bin/perl -w 2: print "Hello World\n"; 3: exit 0;
4: #!/usr/bin/perl -w 5: print << X 6: Hello World 7: X
1: use strict; 2: use warnings; 3: use IO::Socket;
1: my $port, $host; 2: $host = shift || "localhost"; 3: $port = shift || 8000;
An Englishman in New York An American Werewolf in London An American in Paris The Innocents Abroad An Idiot Abroad Robinson Crusoe on Mars A Connecticut_Yankee in King Arthur's Court There and Back Again Travels into Several Remote Nations of the World
Results (97 votes). Check out past polls.