issues an error: Can't call method "isa" on unblessed reference looks like B::Utils does not work with coderefs. Any hint?#!/usr/bin/perl my $s = sub { my $k = shift; return $k;}; use B::Utils qw( walkoptree_simple ); print walkoptree_simple( $s, { print } );
In reply to Re: Serializing coderefs
by jmerelo
in thread Serializing coderefs
by jmerelo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |