User Tools

Site Tools


ower_own_perl_wiki

This is an old revision of the document!


Our Own Perl Wiki

Differences from Java

  • Type: Variables are either scalars (int, double, string, ref) prefixed by $; arrays of scalars prefixed by @; or hashes of scalar pairs prefixed by %.
  • Operators: same as Java except eq, gt, … for strings.
  • Control Structures (selection and iteration): same plus foreach for hashes.
  • Cool stuff: interpolation, here docs, regex, and web goodies such as param and &ENV.

ower_own_perl_wiki.1190756415.txt.gz · Last modified: 2007/09/25 21:40 by roumani

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki