Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    tie %SIG, Foo;
    ...
      #$_[1]      = sub { print "Parameter change method.\n" };
      #return sub { print "Return value method.\n" };
    }