- or download this
#!/usr/bin/perl
use strict; use warnings; use Data::Dumper;
...
print Dumper($sub);
&$sub($help);
}
- or download this
package Foo;
use strict; use warnings;
...
}
1;
- or download this
POS: A
$VAR1 = sub { "DUMMY" };
Message is:
POS: B
$VAR1 = sub { "DUMMY" };