Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 2 of 2 for int (0.02 seconds)

Showing similar results.

  1. perlipc.txt

    SIG$signame"; } $SIG{INT} = __PACKAGE__ . "::catch_zap"; $SIG{INT} = \&catch_zap;...simple signal handlers: $SIG{INT} = sub { die "\nOutta here!\n"...
    perldoc.perl.org/perlipc.txt
    Fri Jan 30 21:03:34 GMT 2026
      70.2K bytes
  2. perlipc - Perl interprocess communication (sign...

    SIG$signame"; } $SIG{INT} = __PACKAGE__ . "::catch_zap"; $SIG{INT} = \&catch_zap;...simple signal handlers: $SIG{INT} = sub { die "\nOutta here!\n"...
    perldoc.perl.org/perlipc
    Fri Feb 06 12:54:31 GMT 2026
      99.1K bytes
Back to Top