Help for this page

Select Code to Download


  1. or download this
    /**
     *  The HelloWorldApp Class impliments an application that displays "H
    +ello World!" to standard output
    ...
           System.out.println("//Hello World!/*"); // is /* this valid
        }
     }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    {
      print "key=$_   value=$linehash{$_}";
    }