Help for this page

Select Code to Download


  1. or download this
    while (<>)
    {
      #  Do something here
    }
    
  2. or download this
    while (<>)
    {
      print;
    }
    
  3. or download this
    while (<>)
    {
      s/oh/Ohio/g;
      print;
    }