> > > Quick question, I have a chunk of code from a previous coder: > > > $member = $dbh->selectrow_array( <<"SQL" ); > > SELECT whatever FROM DATA > > SQL > > > I'm not familiar with the syntax? > > See perldoc perlop, "Quote-Like Operators". >
Perfect Peter, thanks for the pointer. Didn't realize, but should have, that it was perl code.
