#!/usr/bin/perl -w .... { local @ARGV = qw( one two three ); require "second_script.pl"; exit(); }