Help for this page

Select Code to Download


  1. or download this
    while ($content =~ /(e)(x)(p)r/g) {
    $hash{$1}={ something=>$2, another=>$3 } }
    
  2. or download this
    my $c=0;
    my @subkeys = ('', 'something', 'another', 'third');
    ...
    else {$k = $_ }
    $c = ($c + 1)%4;
    }