Help for this page

Select Code to Download


  1. or download this
    while(<>){
    if(/.../){...}
    elsif(/.../){...}
    elsif(/.../){...}
    }
    
  2. or download this
    while(<>){
    given($_){
    when(...){...}
    when(...){...}
    when(...){...}
    }}