Help for this page

Select Code to Download


  1. or download this
    %Log_rooms = (
                   "gallery"  => { 'BM_shutts_south_00' => 1, 'BM_shutt_no
    +rth_00' => 1  }
                 );
    
  2. or download this
    my $config_file ="/etc/test.conf";
    my %Log_rooms;
    ...
        while(($room, $room_hash) = each(%Log_rooms)) {
    ...
    
  3. or download this
    use Cybro_Items;