#!/usr/local/bin/perl -w
#

use strict;
use warnings;

qx{ ./test.pl -P @ARGV};



