Help for this page

Select Code to Download


  1. or download this
    while (chomp($symbol = <IN>))
    
  2. or download this
    while (0)
    
  3. or download this
    while (chomp($symbol = <IN>))
    {
    
  4. or download this
    while (defined($symbol = <IN>))
    {
      chomp($symbol);