Help for this page

Select Code to Download


  1. or download this
       $self->{foo} = $self->bar ? 10 : $self->rat * 10;
    
  2. or download this
       $.foo = .bar ? 10 : .rat * 10;
    
  3. or download this
       $->foo = ->bar ? 10 : ->rat * 10;