aboutsummaryrefslogtreecommitdiff
path: root/foobar
blob: 7bc0a32e4650196d9eaf927f8f960075c6e8ed3b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#! -*-perl-*-
eval 'exec perl -x -S $0 ${1+"$@"}'
    if 0;
use strict;
use warnings;
use Example::Foobar;
Example::Foobar->new(@ARGV)->run;

Return to:

Send suggestions and report system problems to the System administrator.