in reply to Re: Perl speciality
in thread Perl speciality
For example, in Perl to make a string you just declare it.Oh, yes, that's so different from C:my $string = "This is my string";
Come on, if this is the best you can come up for something that's different between Perl and C, there would be no reason to bother with Perl.char *string = "This is my string";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl speciality
by Jenda (Abbot) on Aug 14, 2009 at 13:10 UTC | |
by JavaFan (Canon) on Aug 14, 2009 at 13:39 UTC | |
|
Re^3: Perl speciality
by Anonymous Monk on Aug 13, 2009 at 12:32 UTC | |
by SuicideJunkie (Vicar) on Aug 13, 2009 at 13:13 UTC |