Help for this page

Select Code to Download


  1. or download this
    open IN, "<", $file or die "Can't open file $file: $!";
    my %data;
    ...
            $data{$.} = $number;
        }
    }
    
  2. or download this
    if(1 .. 2 or 6 .. 8) {
    
  3. or download this
    while(<DATA>) {
        if(1 .. 2 or 6 .. 8) {
    ...
    eight
    nine
    ten
    
  4. or download this
    if(1 .. 2 or 4 == $. or 6 .. 8) {
    
  5. or download this
    if(1 .. 2 or 4 .. 4 or 6 .. 8) {