#!/bin/sh
export PERL5DEBUGTRACE=":warn:indent(2):nomaxdepth:quotekeys:stacktrace"
perl -MDebug::Trace=Package::Function file.pl arg0 arg1 > stdout.log

