#!/usr/bin/perl -w use strict; use warnings; $ENV{'abc'} = 'def'; system('echo $abc');