#!/usr/bin/perl -w use Env; foreach $key ( param() ) { $$key = param($key) unless $$key; } print "\n";