Help for this page

Select Code to Download


  1. or download this
    # don't bother $_; use $source directly as loop variable
    while ( my $source = <SOURCE> ) {
    ...
    
        # no other stuff here?
    }