Help for this page

Select Code to Download


  1. or download this
    $scalar =  @array;
    
  2. or download this
    ($scalar) = @array;
    
  3. or download this
    ($next) =  @{$nextimg};
    
  4. or download this
    $scalar = $array[0];
    
  5. or download this
    $next =  ${$nextimg}[0];