Help for this page

Select Code to Download


  1. or download this
    $output{$mode}{category}
    $output{$mode}{division}
    ...
    $output{$mode}{tis}
    $output{$mode}{customer}
    $output{$mode}{worker}
    
  2. or download this
     for(sort keys %output)
        {
        print "$_,$output{$_}{category},$output{$_}{division},$output{$_}{
    +priority},$output{$_}{resolved},$output{$_}{current},$output{$_}{tis}
    +,$output{$_}{customer},$output{$_}{worker}\n";
        }
    
  3. or download this
     while (m<CURRENT=(\S+)>gx)
                {
    ...
                    $output{$mode}{current} = join("\n",@{$cfg{$mode}{curr
    +ent}});
                }
    
  4. or download this
    $VAR1 = {
              'AUTO' => {
    ...
                                      }
            };
    
  5. or download this
    AUTO,Shelf,deployment,3,YES,CLOSED2/1,200,NO,YES
    AUTO,Shelf,deployment,3,YES,CLOSED2/2,300,NO,YES
    AUTO,Shelf,deployment,3,YES,CLOSED2/3,400,NO,YES
    AUTO,Shelf,deployment,3,YES,CLOSED2/4,200,NO,YES