Help for this page

Select Code to Download


  1. or download this
    Full $cfg structure:
    $VAR1 = [
    ...
            ];
    
    Password: HASH(0x7f9a03843da8)
    
  2. or download this
    [password]
    password=mypass
    [other_section]
    other_key=other_value
    
  3. or download this
    Full $cfg structure:
    $VAR1 = [
    ...
                                         }
              }
            ];
    
  4. or download this
    say q{Password: }, $cfg->[0]{$pw_ini_file}{password}{password};
    
  5. or download this
    my $ini_password = $cfg->[0]{$pw_ini_file}{password}{password};
    say $ini_password;