3
public class HelloWorld { public static void main( String args[]) { System.out.print( "Hello World"); } }

Why use Perl?

Embed Size (px)

DESCRIPTION

A short demonstration

Citation preview

Page 1: Why use Perl?

public class HelloWorld

{

public static void main( String args[])

{

System.out.print(

"Hello World");

}

}

Page 2: Why use Perl?

print "Hello World";

Page 3: Why use Perl?

PerlPerl

Easy things should be easy, and hard things should be possible.