I tried the following:
#!/usr/bin/perl use strict; use warnings; open(my $CMD, "dira |") || die "another text"; # ... close($CMD);
But the program still produces the same error message:
Der Befehl "dira" ist entweder falsch geschrieben oder konnte nicht gefunden werden.
In reply to Re^2: Opening not-existing command - Error Handling
by Dirk80
in thread Opening not-existing command - Error Handling
by Dirk80
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |