Help for this page

Select Code to Download


  1. or download this
    my $code = create_use_string(%parameters);
    eval "$code";
    if(my $ex = $@) {
       die "Something went really wrong: $ex";
    }
    
  2. or download this
    use lib 'path_to_implementation_dependent_on_parameters';
    use x;
    use y;