Help for this page
perl -le'print join ":", glob "*"'
perl -le'print join ":", @ARGV' *
perl -le'$,=":";print<*>' perl -le'$,=":";print@ARGV' *