Help for this page

Select Code to Download


  1. or download this
        @a = 1 + 2;
        $a = 1 + 2;
    
  2. or download this
        $x = (1,2,3);
        print $x;     # prints 3