Games-Axmud
    
    
  
  
  
view release on metacpan or search on metacpan
lib/Games/Axmud/Cmd.pm view on Meta::CPAN
                $gap = ' * ';
            } else {
                $gap = '   ';
            }
            $inferiorObj = $session->ivShow('inferiorCageHash', $cage);
            if ($inferiorObj) {
                $level++;
                $string = '';
                # Display strings in a cascade, depending on the number of inferiors they have
                for (my $count = 0; $count < $level; $count++) {
                    $string .= ' ';
                }
                if ($longFlag) {
                    $session->writeText($gap . $string . sprintf('%-42.42s', $cage));
                } else {
( run in 0.563 second using v1.01-cache-2.11-cpan-c333fce770f )