From: atbusbook on
in java to set a variable to a string mutable requires using the string
bulder class. but in perl you can just do this
$a = "hello";

in java to print that string you have to do this

System.out.println(a);

but in perl you just do this

print $a;

java is a staticly typed single pardigram languige thats why it sucks

From: A. Sinan Unur on
atbusbook(a)aol.com wrote in
news:1138399776.476833.203600(a)g14g2000cwa.googlegroups.com:

> in java to set a variable to a string mutable requires using the
> string bulder class.

When will trolls learn how to spell?

> java is a staticly typed single pardigram languige thats why it sucks

Ditto.

Please don't feed the troll.

Sinan
--
A. Sinan Unur <1usa(a)llenroc.ude.invalid>
(reverse each component and remove .invalid for email address)

comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
From: it_says_BALLS_on_your forehead on

atbusb...(a)aol.com wrote:
> in java to set a variable to a string mutable requires using the string
> bulder class. but in perl you can just do this
> $a = "hello";
>
> in java to print that string you have to do this
>
> System.out.println(a);
>
> but in perl you just do this
>
> print $a;
>
> java is a staticly typed single pardigram languige thats why it sucks

i'll have to direct my manager to this post :-).

From: atbusbook on
You nead a 100 meg IDE because the languige is so bad that you nead
code completion and code check because of a crummy languge

From: Hal Rosser on

<atbusbook(a)aol.com> wrote in message
news:1138400268.090151.17770(a)g44g2000cwa.googlegroups.com...
> You nead a 100 meg IDE because the languige is so bad that you nead
> code completion and code check because of a crummy languge
>
you must have java mixed up with VB.net
we (can) use dos edit to write code, compile, and run java programs.

Anyway, we were all wondering what you thought about java, and by george,
you were nice enough to post your opinion. Don't forget to tell the other
99,000+- newsgroups as well, and let us know when you have written an office
suite in Perl (like OpenOffice.org has in Java). Have fun in your adventures
in perl.