File: p5run

package info (click to toggle)
libfindbin-libs-perl 1.64-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 180 kB
  • sloc: perl: 389; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

# preload PERL5LIB then execute the "real" code with an 
# updated environment.

use FindBin::libs qw( p5lib );

$0 = shift;

exec $0;