DEBSOURCES
Skip Quicknav
sources / libfindbin-libs-perl / 1.64-1 / example / p5run
12345678910
#!/usr/bin/perl # preload PERL5LIB then execute the "real" code with an # updated environment. use FindBin::libs qw( p5lib ); $0 = shift; exec $0;