Help for this page

Select Code to Download


  1. or download this
    my @sqrt_results;
    for my $result (@results) {
        push @sqrt_results, sqrt($result);
    }
    
  2. or download this
    $x = 'BUZZ';
    $x++;
    print $x;
    
  3. or download this
    select((select($fh), $|=1)[0]);
    
  4. or download this
    (pattern)