Help for this page

Select Code to Download


  1. or download this
    *foo = *bar;
    
  2. or download this
    @arr[3,4,5,6] = qw(just another perl hacker);
    @hash{'key2','key3','key4','key5'} = qw(jay dave guy);