The least painful workaround for "interpreted as function" in my opinion is
to remove the space between "sort" (or "print" etc) and its open paren.



|---------+---------------------------->
|         |           "H.Merijn Brand" |
|         |           <[EMAIL PROTECTED]|
|         |           .nl>             |
|         |                            |
|         |           03/17/2003 09:53 |
|         |           AM               |
|         |                            |
|---------+---------------------------->
  
>--------------------------------------------------------------------------------------------------------------|
  |                                                                                    
                          |
  |       To:       "H.Merijn Brand" <[EMAIL PROTECTED]>                               
                        |
  |       cc:       DBI developers <[EMAIL PROTECTED]>, (bcc: John Tobey/Intdata)      
                           |
  |       Subject:  Re: Announce: DBD-ODBC 1.05 released                               
                          |
  
>--------------------------------------------------------------------------------------------------------------|





On Mon 17 Mar 2003 14:39, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote:
> >  Cleaned up Makefile.PL and added Informix support thanks to Jonathan
> > Leffler (see README.informix)

DBD-ODBC-1.05/t/ODBCTEST.pm
DBD-ODBC-1.05/t/02simple.t.org
sort (...) interpreted as function at Makefile.PL line 121.

Configuring DBD::ODBC ...

Some solutions that spring to mind

1. Explicitely state the sort

    my (@known_drivers) = sort { $a cmp $b } (

[snip]




Reply via email to