Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    $tmpContent->{'SWITCH'} = $switchValues;
    my $newContent->{$locale} = $tmpContent;
    print ("newContent=".Dumper($newContent));
    
  2. or download this
    newContent=$VAR1 = {
              'EN' => {
    ...
                        'CAPTION' => 'c2'
                      }
            };