#!/usr/bin/perl -w for( @ARGV ) { print( "$_\n" ) } ; #### a b c d e #### "a b" "c d" e
## a b c d e ##
## "a b" "c d" e