Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my $s = sub { my $k = shift; return $k;};
    use B::Utils qw( walkoptree_simple );
    print walkoptree_simple( $s, { print } );