标签: multithreading perl
threads::shared不允许在线程之间共享常量 还有其他办法吗?
threads::shared
答案 0 :(得分:3)
从perldoc:“当在表达式中使用常量时,Perl在编译时将其替换为其值(...)”,因此无需在运行时共享它!