Help for this page

Select Code to Download


  1. or download this
    some another lines
    =begin
    ...
    some lines
    =end
    some another lines...
    
  2. or download this
    while (<file_handle>)
    {
       if(/=begin/)
    ...
          or not... If it "=end" stop the read operation. Otherwise contin
    +ue the read process.
       }
    }