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.
我想使用 CPAN 库。use Data::UUID;在Mason 文件中的何处添加此行?
use Data::UUID;
在为 Mason 请求提供服务的 file.pl 中。
#!/usr/local/bin/perl use Mason; use Data::UUID; my $mason = Mason->new(comp_root => '...'); print $mason->run('/foo')->output;