Scalar found where operator expected at /pgfs1/eng/hchian2/bin/soc/fc_net_tracer.pl line 158, near "%hash_build_db::$cblock"
(Missing operator before $cblock?)
syntax error at /pgfs1/eng/hchian2/bin/soc/fc_net_tracer.pl line 158, near "%hash_build_db::$cblock"
Execution of /pgfs1/eng/hchian2/bin/soc/fc_net_tracer.pl aborted due to compilation errors.
別のモジュールからハッシュをコピーしようとしていますが、この問題のエラーが原因でブロックされています。
で作成したハッシュを参照するために使用しているコードhash_build_db.pm
は
use hash_build_db;
%$cblock = %hash_build_db::$cblock;