Help for this page

Select Code to Download


  1. or download this
        use GRID::Machine qw(is_operative);
        use Data::Dumper;
    ...
    
          }, $p
        ));
    
  2. or download this
    my $p = { a => 10 };
    print Dumper( $machine->eval(q{
    ...
      print $q->{a}."Value of A\n"; # It's not working
      sample->function($q->{a});
    }, $p));