Я выполняю свои perl-файлы в пакете.Я вставляю все имя файла perl в командный файл и выполняю его.Я даю небольшую демонстрацию файла.
Пакетный файл /10BT_run1.Amset содержит:
Perl ../tools/test_driver_multi_aid_sequential.pl e2_h/l2_mode/set_bwprf #this is line 4 of the batch file
Я получаю сообщение об ошибке типа
Bareword found where operator expected at ./10BT_run1.Amset line 4, near "/tools /test_driver_multi_aid_sequential"
(Missing operator before test_driver_multi_aid_sequential?)
Bareword found where operator expected at ./10BT_run1.Amset line 4, near "/l2_mode/set_bwprf"
(Missing operator before et_bwprf?)