why use perl?

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

Upload: brigitte-jellinek

Post on 24-Jan-2015

667 views

Category:

Technology


0 download

DESCRIPTION

A short demonstration

TRANSCRIPT

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.