Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        if (1 eq (/foo/ .. (1x0))) {
            do_something();
        }
    }
    
  2. or download this
    my $found;
    while (<>) {
    ...
            do_something()
        }
    }