Help for this page

Select Code to Download


  1. or download this
    while(<@source>)
    {
      ...
    }
    
  2. or download this
    foreach ( @source )
    {
       ...
    }
    
  3. or download this
    while(<SOURCE>)
    {
       ...
    }