File: perl-bizarre-3

package info (click to toggle)
lintian 2.4.3%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,228 kB
  • ctags: 457
  • sloc: perl: 8,492; sh: 5,561; makefile: 1,971; ansic: 143; python: 19; tcl: 4; sed: 2
file content (6 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (125)
1
2
3
4
5
6
eval '(exit $?0)' && eval 'exec perl -wS $0 ${1+"$@"}'
& eval 'exec /usr/bin/perl -wS $0 $argv:q'
    if $running_under_some_shell;

# More utterly bizarreness from perlrun.  This one even doesn't work if
# there's a valid #! line on the first line.  I don't understand why....