Is this even possible ?

Marty Pauley marty+belfast-pm at kasei.com
Fri Nov 15 18:56:51 CST 2002


Have you all gone daft?!

Patrick, don't use symbolic references.  They're evil.

Use "real" references:

  my @sql = (\&getVendorsSql, \&getPricesSql);
  foreach my $sub (@sql) {
    my $queryString = $sub->();
    print "queryString $queryString\n";
  }

-- 
Marty
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 212 bytes
Desc: not available
Url : http://mail.pm.org/archives/belfast-pm/attachments/20021116/69577a93/attachment.bin


More information about the Belfast-pm mailing list