Win32::ODBC question ; updating an MS Access table

2001-03-15 Thread Vinicius Alves
. Until now I´ve always done it using flat .txt or .csv files, creeated a new file with the info I wanna keep and unlink()´ed and rename()´ed them as needed. How´s the best way (if there is one - which I believe there is) to access the table and set a cell with the data I want to update? Vinicius

Help with Regexp

2001-03-14 Thread Vinicius Alves
/value="$(wildcard)"/value="$variable_with_same_name_as_wildcard/g one I tried is s/value="$(*)"/value="$main::$1"/g; but I get an error: "/value="$(*)"/: ?+*{} follows nothing in regexp at c:\mydir\mycode line 61" Can anyone help me out? V

Problem with scallar assignment

2001-03-06 Thread Vinicius Alves
with $domain ´s value. Like a reference to the scallar. I´m having troule finding the right syntax to do that, since I´ve been getting a list of '$domain' one on top of another, instead of $domain ´s value. Can anyone help me? (IF anyone´s understood my terrible explanation, that is :-) Thanks   Vinicius Alves