Help for this page

Select Code to Download


  1. or download this
    while (defined (my $key = each %SIG)){
        my $foo = $key; # for closures
        $SIG{$foo} = sub { print "I am SIG$foo\n" };
    }