Help for this page

Select Code to Download


  1. or download this
    use strict;
    { # limit scope of "no strict" to this block
      no strict 'refs';
      &{ $sub_routine } ($value1, $value2);
    }