RE: variable behaviour question and including files

2002-08-16 Thread Bob Showalter
> -Original Message- > From: Mat Harris [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 10:13 AM > To: [EMAIL PROTECTED] > Subject: variable behaviour question and including files > > > 1){ If say something like: > > my $profile = $dbh->selectrow_hashref("SELECT * FROM users

RE: variable behaviour question and including files

2002-08-16 Thread Timothy Johnson
1) I think your best bet would be to look at the documentation for the module whose object $dbh is. What the method returns should be in there. 2) Look at eval. You should be able to read in the text and use eval{} to interpolate your variables. -Original Message- From: Mat Harris [ma