Help for this page

Select Code to Download


  1. or download this
    ( $one, $two, $three ) == split '', huge_megabyte_scalar;
    
  2. or download this
    $#a = 10;
    @a = split'', $huge_long scalar;
    
  3. or download this
    @hash{ listGenerator() } = ....;
    
  4. or download this
    @hash{ 1 .. keys %hash } = delete @hash{ listGenerator() };