program 2
In program 2 lets learn about variables,
- scalar variables
- Arrays variable
- Hash variable
program 2
In program 2 lets learn about variables,
Introduction
Perl is a interpreted language. It is almost available in all popular operating systems today. Perl will be similar to C language and awk.
Basics
program 1
Always the first program I try on any language is hello world, so perl’s hello world program is here for Linux and UNIX flavours,
#!/usr/bin/perl print "Hello world.\n";
In Windows the same program will look like,
#!D:/perl/perl.exe print "Hello world.\n";
Output
This new app layar http://layar.eu/ from SPRXmobile http://sprxmobile.com/ combines the camera, GPS and compass to locate houses for sale, popular bar and shops, jobs, healthcare providers and ATMs. This is first launched in Netherlands.
The layer when launched from Android mobile activates camera, finds the location and direction using GPS and compass. The parters provide provide relevant information of set of locations which the user can navigate.
From layar http://layar.eu/?p=111 and codeandroid http://www.codeandroid.org/2009/06/17/augmented-reality-browser-coming-to-android/