in reply to Re^2: Using import to generate subroutines
in thread Using import to generate subroutines
PL/SQL procedures can have characters in them that are not allowed for Perl subroutines, most importantly a dot.Actually, this is wrong =]. To demonstrate:
I have no idea what practical use this has, but I thought you should know!*{"dbms_random.random"} = sub { print "I am dbms_random.random\n" } "dbms_random.random"->();
|
|---|