Help for this page

Select Code to Download


  1. or download this
    $config = \{
                'Variable1' => 'variable value',
                'Variable2' => ['a','b','c'],
               };
    
  2. or download this
    do "config.txt" or die "$! $@";
    
  3. or download this
    if (exists $config->{Variable1}) {}