Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常のPerlスクリプトでは、次のように書くことができます
use Foo::Crypt::Employee qw(foo);
をファイルの先頭にfoo追加して、スクリプトの残りの部分でサブルーチンを使用します。
foo
perl mason ファイルでこれを行うにはどうすればよいですか? そのようなコード行をどこに置くのでしょうか?