in reply to Re: Write to rsyslog
in thread Write to rsyslog
... I'm supposing the OP wants to know how to use system or `backticks` in Perl, because calling CLI programs directly is interwoven into bash.
Saying so, there even was a ACME'ish Shell module from Larry to implement transparent system calls either via AUTOLOAD or by importing them explicitly.
FWIW it used to be in core
Shell was first released with perl 5, deprecated (will be CPAN-only) in v5.11.0 and removed from v5.15.0
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Write to rsyslog (Shell to Perl References)
by eyepopslikeamosquito (Archbishop) on May 16, 2024 at 10:26 UTC | |
by LanX (Saint) on May 16, 2024 at 11:33 UTC |