Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use strict;
    ...
        $ref->["$lastPart"] = $newData; # Remark 1
    }
    print Dumper $x;
    
  2. or download this
    $ref = eval '$base$return_from_sub';
    $ref = [/whatever/];
    
  3. or download this
    $ref = eval '\$refString';
    deference( $ref ) = $whatever ;# [] {} ""