Help for this page

Select Code to Download


  1. or download this
     my $deparse = B::Deparse->new;
     print dumper $deparse->coderef2text($func);
    
  2. or download this
            $VAR1 = '{
        package Spin::Command::spin;
    ...
        run(q[echo \'Running: \' $MYVAR]);
        run(\'id\');
    }';