Help for this page

Select Code to Download


  1. or download this
    chomp(my $data = <FH>);
    while ((my $foo = some_func()) eq 'bar') { ... }