Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.234.145 Times

LRpt::XMLReport 0.16

  Date Added: August 01, 2010  |  Visits: 581

LRpt::XMLReport

Report Broken Link
Printer Friendly Version


Product Homepage
Download (89 downloads)



LRpt::XMLReport is a Perl module for converting outputs generated by LReport tools to XML format. SYNOPSIS lrptxml.pl --selects=selects.txt --keys_file=keys.txt data lrptxml.pl --diffs --selects=selects.txt --keys_file=rkeys.txt diffs.txt LRpt::XMLReport is a part of LRpt (LReport) library. It used to convert outputs generated by other tools from LReport suite to XML format. You should not call this class directly from your code. Instead you should use lrptxml.pl tool, which is a simple wrapper around this module. It looks like this: use strict; use LRpt::XMLReport; create_report( @ARGV ); COMMAND LINE SWITCHES --selects=file Optional. Name of a selects file (see doc). They are included in the report for a select of corresponding name. If selects are not given, report will not contain selects. --diffs Switches working mode to read output of lcsvdiff.pl. If not given the working mode is reading csv files from a directory --keys_file=keys_file File name containing row key definitions..

Requirements: No special requirements
Platforms: Linux
Keyword: Converting File Generated Libraries Lrpt Lrptxmlreport Module Outputs Perl Module Programming Tools Xmlreport
Users rating: 0/10

License: Freeware Size: 83.97 KB
USER REVIEWS
More Reviews or Write Review


LRPT::XMLREPORT RELATED
Libraries  -  perlfaq3 5.8.8
perlfaq3 Perl module contains programming tools. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have you read the appropriate manpages?...
12.2 MB  
Modules  -  File logger 6.x-1.0
File logger is a simple module that allows developers to configure a log file from within Drupal anddumps variables to it from within a running Drupal app. Its sole function is to supportdebugging, and avoids the awkwardness of dumping variables...
10 KB  
Libraries  -  Chilkat Class Libraries for Java 9.2.1
The full suite of Chilkat components & libraries are now available for the Java programming language. Commercially licensed components include: Email (POP3 / SMTP) IMAP Zip, GZip, and Unix Compress Encryption MIME and S/MIME FTP HTTP MHT...
 
Modules  -  WP htaccess Control 2.6
WP htaccess Control provides an interface to customize the htaccess file generated by WordPress, the Author Permalink Base and the Paginated Permalinks. (Take a look at the screenshot...)I still haven't tested this under WordPress multisite, some...
235.52 KB  
Libraries  -  Business::Travel::OTA 0.53
Business::Travel::OTA is a Perl module with tools for handling OTA-compliant (Open Travel Alliance) messages. SYNOPSIS # This tests the "otaserver" with an OTA_PingRQ message otaclient --ping --verbose The Business::Travel::OTA module is...
14.34 KB  
Home & Leisure  -  FPCfab 1.40
FPCfab was developed to be a simple console application that creates a basic fabrication drawing based on information contained in a template RS-274X Gerber file and Excellon drill file generated by FreePCB. The new fab drawing is an RS-274X...
 
Science  -  NAMD Log Parser 1.1
NAMD Log Parser sorts through the log file generated by NAMD and extracts energy information to export to a graphing program or used in the basic graph provided.
44.72 KB  
Programming  -  Word Html 2 Formatting Objects 0.3.1
WH2FO is a java application that separate the content and the stile from an html file generated by Word 2000. The conversion is made in a way that the content will be stored inside an XML file and the style is saved in a XSL Attribute file. WH2FO...
465.91 KB  
Programming  -  Quick Localizable 1.0
Here is a small application that may help some developers who manage their files chains "localized" sour the form: "key" = "translated string"; From a CSV file generated from Excel or Numbers, the application will generate text files ready to...
409.6 KB  
Database Tools  -  doSQL() 1.2.11
doSQL() is a PHP4 script that can dump data back from a SQL text file (generated by backupDB() (also available on this site), phpMyAdmin, or similar) to a new database, or run any number of SQL commands in batch mode. Detailed progress reporting,...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB