in reply to Default subroutine parameters
if ($#argv == 0){ $foo = 'default'; }else { $foo = shift; } [download]