Help for this page

Select Code to Download


  1. or download this
    while ( my ( $k, $v ) = each %h ) { ... }
    while ( my $line = <> ) { ... }
    for ( my $ix = 0; ...; ... ) { ... }
    
  2. or download this
    my $... = ... if ...;
    ... or
        my $... = ...;