#!/usr/bin/perl use strict; use warnings; my $a = do { local $/; }; system($a, "option_1"); __DATA__ #!/bin/sh echo "hello" echo $1 echo "hi"