- or download this
use Data::Dumper;
$Data::Dumper::Deparse = 1;
...
my $filename = shift @_;
return "/tmp/$x/" . $filename;
};
- or download this
use Data::Dump::Streamer;
...
my $filename = shift @_;
return "/tmp/$x/" . $filename;
};
- or download this
use B::Deparse;
...
my $filename = shift @_;
return "/tmp/$x/" . $filename;
}