Help for this page

Select Code to Download


  1. or download this
    sub callback { 
        my $coderef = shift; 
        my @args = @_; 
        sub { $coderef->(@args) } 
    }
    
  2. or download this
        -command => callback($change_mode, 3),