Help for this page

Select Code to Download


  1. or download this
    $ for i in *.pl
    do
    echo $i
    ...
    do
    echo $i
    done
    
  2. or download this
    $ echo "
    word
    "
    
  3. or download this
    $ perl -wle'print 1;' \
    -e 'print 2;'