Re: [PHP] equivalent to PERL's qq

2001-03-27 Thread Nuno Silva
hi, try: i'd say it's even better than qq ;) regards, nuno Carsten Gehling wrote: > From: "Michael Hall" <[EMAIL PROTECTED]> > Sent: Monday, March 26, 2001 9:36 PM > > > >> Hi. I'm a converted Perl guy. While I generally like PHP better than > > Perl, > >> I do severely miss the Pe

Re: [PHP] equivalent to PERL's qq

2001-03-26 Thread Carsten Gehling
From: "Michael Hall" <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 9:36 PM > Hi. I'm a converted Perl guy. While I generally like PHP better than Perl, > I do severely miss the Perl operator qq, which allowed statements (in my > case, lengthy SQL statements) to be written on multiple lines.

RE: [PHP] equivalent to PERL's qq

2001-03-26 Thread Cal Evans
equivalent to PERL's qq Hi. I'm a converted Perl guy. While I generally like PHP better than Perl, I do severely miss the Perl operator qq, which allowed statements (in my case, lengthy SQL statements) to be written on multiple lines. $this = qq|Select * From xsdfs

[PHP] equivalent to PERL's qq

2001-03-26 Thread Michael Hall
Hi. I'm a converted Perl guy. While I generally like PHP better than Perl, I do severely miss the Perl operator qq, which allowed statements (in my case, lengthy SQL statements) to be written on multiple lines. $this = qq|Select * From xsdfs Group by date