首先,我的背景主要是 Python,而且我在使用 Perl 方面相對較新。
我正在使用 tcsh 將選項傳遞到我的 .pl 檔案中。
在我的代碼中,我有:
if( scalar @ARGV != 1)
{
help();
exit;
}
# Loading configuration file and parameters
our %configuration = load_configuration($ARGV[0]);
# all the scripts must be run for every configuration
my @allConfs = ("original");
sub Collimator
{
my $z = -25.0;
my
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/506240.html
下一篇:如何垂直而不是水平顯示資料值
