Help for this page

Select Code to Download


  1. or download this
      DB<121> $self->{a} = [1..3]
     => [1, 2, 3]
    ...
    
      DB<125> $self->{a}
     => [6, 7, 8]
    
  2. or download this
    our ($datum,@datum,%datum);         # chose whatever you want
    local *datum= value("datum");