Help for this page

Select Code to Download


  1. or download this
    use feature ":5.10";
    use strict;
    ...
            }
        }
    }
    
  2. or download this
      my.my id >= 1
    
      is-relative.to code = 'sister'
     or  is-relative.to code = 'brother'
     or  is-mother.to code = 'dog'
    
  3. or download this
    for my $line (@result) {
        $line =~ s/^\s+(?:or\s+)?(.*)[ ><!=]=.*/$1\n/; 
    ...
    @result = grep !/^\s+$/,@result;
    
    print @result,"\n";
    
  4. or download this
    my.my id
    is-relative.to code
    is-relative.to code
    is-mother.to code