Help for this page

Select Code to Download


  1. or download this
    tr/"//
    
  2. or download this
    while(<>) {
        while(!eof and tr/"// % 2) {
    ...
        }
        # ... do stuff with each record in $_
    }