Perl gives access to the environment variables via the %ENV hash. ... use strict;; use warnings;; use Dotenv;; Dotenv->load;; printenv(); ...
確定! 回上一頁