Help for this page

Select Code to Download


  1. or download this
       $lines[0]       = [ 3,2,1 ];
    
  2. or download this
       print    $lines[0][ 3,2,1 ];
    
  3. or download this
      print scalar(4,5);
    jaybonci@starlite:~/perl/pm$ ./array.pl 
    Useless use of a constant in void context at ./array.pl line 6.
    5jaybonci@starlite:~/perl/pm$