Sys::Sig

Sys::Sig is a Perl module to return signal constants for this host.
Download

Sys::Sig Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Robinton
  • Publisher web site:
  • http://search.cpan.org/~miker/Net-DNS-Codes-0.09/Codes.pm

Sys::Sig Tags


Sys::Sig Description

Sys::Sig is a Perl module to return signal constants for this host. Sys::Sig is a Perl module to return signal constants for this host. use Sys::Sig; my $TERM = Sys::Sig->TERM; kill $TERM, $pid; or my $Sig = new Sys::Sig; my $TERM = $Sig->TERM; ...NOTE: the signal name is not case sensitive. The following will work just as well for METHODS ONLY: my $TERM = $Sig->TeRm; Requirements: · Perl


Sys::Sig Related Software