in reply to Re^4: execute Oracle anonymous procedure using perl
in thread execute Oracle anonymous procedure using perl

Ok, are you using ODBC ?

Try

runThis("BEGIN :now  := TO_CHAR(CURRENT_TIMESTAMP) ; END;");