Help for this page

Select Code to Download


  1. or download this
    perl -le'print join ":", glob "*"'
    
  2. or download this
    perl -le'print join ":", @ARGV' *
    
  3. or download this
    perl -le'$,=":";print<*>'
    perl -le'$,=":";print@ARGV' *