Help for this page

Select Code to Download


  1. or download this
    package magic_columator;
    
    ...
        }
    }
    
  2. or download this
    use magic_columator;
    
    while(my @row = $col->fetchrow) {
       # do stuff
    }