- or download this
# main.pl
my @source = @{ $main::{ '_<' . __FILE__ } };
shift @source; # get rid of sub DB::DB{};
print for @source;
- or download this
PERL5DB="sub DB::DB{}" perl -d main.pl
- or download this
my @source = @{ $main::{ '_<' . __FILE__ } };
shift @source; # get rid of sub DB::DB{};
print for @source;