in reply to Re: Automating execution of shell scripts
in thread Automating execution of shell scripts
This appears to never enter the if statement even.$script2 = `script1 arg1 arg2 arg3 arg4`; $working_dir = &getWorkDir($script2); sub getWorkDir { $text = @_; while($text) { if ($_ =~ ".*user_name.*"){ my $dir = $_; } return $dir; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Automating execution of shell scripts
by choroba (Cardinal) on Sep 03, 2021 at 13:01 UTC | |
|
Re^3: Automating execution of shell scripts
by hippo (Archbishop) on Sep 03, 2021 at 13:07 UTC | |
|
Re^3: Automating execution of shell scripts
by BillKSmith (Monsignor) on Sep 04, 2021 at 01:42 UTC | |
by wisely (Initiate) on Sep 20, 2021 at 07:51 UTC | |
by AnomalousMonk (Archbishop) on Sep 20, 2021 at 18:33 UTC | |
by wisely (Initiate) on Sep 23, 2021 at 08:57 UTC | |
by BillKSmith (Monsignor) on Sep 20, 2021 at 16:09 UTC |