On 9/13/07, Saifi Khan <[EMAIL PROTECTED]> wrote: > > > On Thu, 13 Sep 2007, srinivas raj wrote: > > > Date: Thu, 13 Sep 2007 10:56:12 +0530 > > From: srinivas raj <[EMAIL PROTECTED] <bseenu%40gmail.com>> > > Reply-To: <[email protected] <twincling%40yahoogroups.com>> > > To: <[email protected] <twincling%40yahoogroups.com>> > > > Perl 6 ( pugs ) has the feature of multi line comments > > > > syntax : > > > > #[ this is > > a very long > > comment ----> ] > > > > > http://www.perl.com/pub/a/2007/05/10/everyday-perl-6.html?page=last&x-maxdepth=0 > > > > Thank You, > > -srini > > > > Hi Srini: > > What exactly is the purpose of Perl 6 ? > > There is so much of syntax, idiomatic changes that it seems > almost like a new language. > > What happens to all the legacy Perl 5.x code ? > > With PHP making deep inroads in web apps > and Python taking over the core apps side, > what exactly is left for PERL 6 to do ? > > thanks > Saifi. Hi,
Probably i cannot answer all your questions. But i can answer some related to perl6(pugs) perl 6 is the complete new language which has no resemblence to perl 5 which is written in haskell by audrey tang You can go through these url's to know more about it http://pugscode.org/ http://dev.perl.org/perl6/ Especially on pugscode.org you can see on left hand side a section called slides, in that you can see a presentation given by Audrey tang( intro to pugs ) which will brief the features about pugs and its features. If any one wants to try out pugs or any information related to that, i would be delighted to help them out -srini

