Help for this page

Select Code to Download


  1. or download this
    [ConnectionSettings]
    Server_name = "server";
    ...
    
    [Others]
    Row_id = "Session id";
    
  2. or download this
    use Config::Simple;
    my $Config = {};
    ...
    
    print $Config->{"Others.Row_id"};