PERL - Parsing Crystal Reports


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting PERL - Parsing Crystal Reports
# 1  
Old 05-12-2005
PERL - Parsing Crystal Reports

Hi

Is it possible to parse Crystal Reports using PERL? If not, is there any other UNIX scripting language that can be used to parse Crystal Reports?

Please help!

-Yuga
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need help in parsing an input in perl

I am executing a command it is returning me something like this name ip port ------------------------------------ http-listener-1 * 6712 http-listener-2 * 8709 I have a subroutine getListenerName($porttobeChecked) This subroutine returns me the name of the listener if i pass a... (4 Replies)
Discussion started by: javaholics
4 Replies

2. UNIX for Advanced & Expert Users

Perl parsing help required.

Hello, I got a file like this. 5201 5202 5203 5204 1234 2345 3456 4567 6210 6220 6230 6240 The required output should be 5201 1234 6210 (9 Replies)
Discussion started by: suverman
9 Replies

3. Shell Programming and Scripting

parsing argument in perl

in bash: LIST=`cat $1` for i in $LIST do ... done how will i do this in perl ? $1 is my first arguement. I'm a newbie in perl and will appreciate much your help guys ... (4 Replies)
Discussion started by: linuxgeek
4 Replies

4. Shell Programming and Scripting

Parsing information in perl

So i'm trying to write a perl script that logins into a network switch via ssh: #sh ip traffic IP statistics: Rcvd: 1460119147 total, 563943377 local destination 0 format errors, 0 checksum errors, 48401998 bad hop count 0 unknown protocol, 8379279 not a gateway ... (2 Replies)
Discussion started by: streetfighter2
2 Replies

5. Shell Programming and Scripting

Perl log parsing help

Hello, I'm sure this is a very simple problem, but I'm having trouble thinking of an efficient way to do the following: given a large centralized ssh-log, one file on a syslog server, not separated by machines (I wish it were), that looks something like this: Sep 27 16:20:56 machine-name... (1 Reply)
Discussion started by: droog72
1 Replies

6. Shell Programming and Scripting

Perl script parsing Help

Hi All, I am looking for a parsing in perl script which will parse DJEČJI SVIJET. There is a unicode character above character C. How to parse the total DJEČJI SVIJET in perl. Regards, Harikrishna (3 Replies)
Discussion started by: Harikrishna
3 Replies

7. Programming

Parsing a string in PERL

I have an extractfile (with fields delimited by pipes '|') and I want to prepend a counter based on the below requirements: - The counter starts at 3. - The counter increments only if the date (67th field of the extractfile) is different. Below is what I started off with: $cnt=2;... (3 Replies)
Discussion started by: ChicagoBlues
3 Replies

8. Shell Programming and Scripting

Perl parsing compared to Ksh parsing

#! /usr/local/bin/perl -w $ip = "$ARGV"; $rw = "$ARGV"; $snmpg = "/usr/local/bin/snmpbulkget -v2c -Cn1 -Cn2 -Os -c $rw"; $snmpw = "/usr/local/bin/snmpwalk -Os -c $rw"; $syst=`$snmpg $ip system sysName sysObjectID`; sysDescr.0 = STRING: Cisco Internetwork Operating System Software... (1 Reply)
Discussion started by: popeye
1 Replies
Login or Register to Ask a Question
YATE-CONFIG(8)							 Telephony Engine						    YATE-CONFIG(8)

NAME
yate-config - retrieve metainformation about the YATE telephony engine SYNOPSIS
yate-config [options] DESCRIPTION
The yate-config program is used to retrieve information about the installed YATE engine. It is typically used to compile and link modules against the engine's library. Here is a typical usage scenario in a Makefile: module.yate: module.cpp g++ `yate-config --c-all --ldflags` module.cpp `yate-config --libs` OPTIONS
Version and paths --version Reports the installed YATE version (in x.y.z format) --release Reports the installed YATE code status (if not release) and release number --config Returns the configuration files directory --modules Returns the modules directory --share Returns the base shared directory --scripts Returns the scripts directory --skins Returns the base skins directory Compiler flags --cflags Various C++ compiler flags --includes Include option and path to the header files --c-all All compiler options - the above two concatenated Linker flags --ldflags Various linker flags --libs Library option and libraries names --ld-all All linker options - the above two concatenated AUTHORS
Paul Chitescu <paulc@voip.null.ro> Diana Cionoiu <diana@voip.null.ro> SEE ALSO
yate(8), pkg-config(1) YATE
September 2007 YATE-CONFIG(8)