Help for this page

Select Code to Download


  1. or download this
    $total = @a[3] + @a[4]; # works
    print @a[5]; # works
    
  2. or download this
    @a[3] = <STDIN>; # read one line?  NOPE!