Help for this page

Select Code to Download


  1. or download this
    use B::Deparse;
    use B::Concise qw(set_style);
    ...
    foo();
    $body = $deparse->coderef2text(\&foo);
    print $body, "\n";