Help for this page

Select Code to Download


  1. or download this
    >perl -we"my ($dginput, $volinput) = map { chomp; lc } <>;"
    a
    b
    c
    ^Z
    
  2. or download this
    >perl -we"map { chomp; lc } <>;"
    a
    b
    c
    ^Z