http://www.perlmonks.org?node_id=812204


in reply to Doing it with command line switches

perl -e '$,=",";print @ARGV' *

@_=qw; Just another Perl hacker,; ;$_=q=print "@_"= and eval;

Replies are listed 'Best First'.
Re^2: Doing it with command line switches
by Tux (Canon) on Dec 10, 2009 at 16:39 UTC
    perl -wle'$,=",";print<*>'

    Enjoy, Have FUN! H.Merijn