DBI in Embperl

2001-03-30 Thread Sergey Merkuriev
I'm use my module which work with DBI. I exproted functions in the header this module. Second page which I make Exec({inputfile => "email.epl"}) don't see functions from my module but this functions I use in first file which make Exec. I try include my module in both epl files and divide.

Embperl & Postgres & Session Management

2001-03-30 Thread Stéphane Peiry
Hi again, Here are the logs concerning session handling, maybe the are of some help, they seem ok to me, and the cookies set are actually stored to Postgres. The test.html file simple sets [- $udat{say} = "something" -] and test1.html should write it back [+ $udat{say} +], but it doesnt.. Than