in reply to Re: Defining directory/Datas the perl script should work with
in thread Defining directory/Datas the perl script should work with
Thank you very much!! But I think I still have some questions to this code: BEGIN { delete @ENV{qw{PATH IFS CDPATH ENV BASH_ENV}} } --> why should I use this? I haven't used it in former scripts... Moreover, I don't understand why I need the sub_ after I run the system? And somehow when I try to run the modified script (with my directories etc) an error " "use" not allowed in expression at script.pl line 17, at end of line" " is given out. So do I need the use GetOptions::LONG at all? Thanks again. Best Regards, M
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Defining directory/Datas the perl script should work with
by bliako (Abbot) on Oct 22, 2021 at 10:04 UTC | |
by kcott (Archbishop) on Oct 22, 2021 at 11:22 UTC | |
|
Re^3: Defining directory/Datas the perl script should work with
by kcott (Archbishop) on Oct 22, 2021 at 11:01 UTC |