unsubcribe

2004-10-23 Thread Rizwan A.S
unsubcribe ___ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fw: changes visible when passing a list by value

2001-08-09 Thread Rizwan Majeed
- Original Message - From: Rizwan Majeed To: '[EMAIL PROTECTED]' Sent: Thursday, August 09, 2001 6:05 PM Subject: changes visible when passing a list by value It is known that passing a list by value to a function does not make visible to the calling function changes m

A C library function call from Perl.

2001-07-20 Thread Rizwan
Hi! I am trying to run a c function from perl. I have included the function library name into the LIB directive in the Makefile.PL . But the when I invoke 'make' I get the following error. Please, can anyone help. Error: Cannot parse function definition from ' convert(argv);' in html2pdf.xs

install modules when user is not root

2001-07-19 Thread Rizwan
Hi! all, I am trying to install some of the CPAN modules ,like the b::graph module, but I am not able to because I dont have the root privilages. Specifically, can anybody help me use the b::graph module without root previleges. Rizwan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: ps2pdf

2001-07-17 Thread Rizwan
The module is perl script... I think this relevent enough. On Tuesday 17 July 2001 05:14 pm, you wrote: > [This is an email copy of a Usenet post to "perl.beginners"] > > In article <01071714101300.07584@m12>, "Rizwan" <[EMAIL PROTECTED]> wrote: > ps

ps2pdf

2001-07-17 Thread Rizwan
Hi! I need to download ps2odf.. I have searched a lot ..but with no success. Somebody help me! Rizwan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

perl program for detecting sub-routine calls

2001-07-13 Thread Rizwan
Hi! I am in need of a perl program that looks for sub-routine calls from a single sub-routine (lets say sub-routine 'one') and shows which sub-routines are called from that sub-routine (sub-routine 'one'). Hence stating all the dependencies of sub-routine 'one' Rizwan

Re: Copy or move function?

2001-07-12 Thread Rizwan
Try File::Copy::copy source.file dest.file. File::Copy package is in the standard perl. On Thursday 12 July 2001 02:59 pm, you wrote: > Hello all, > > I'm looking for a perl function allowing to copy or to move a file from a > directory to another one. > Any suggestion? > > Thanks.

syntax checking module

2001-07-11 Thread Rizwan
HI! I am looking for a module that checks the syntax of a perl script. Thank you. Rizwan

syntax highlighting module

2001-07-06 Thread Rizwan
Where can I find a systax highlighting module for perl in perl. I want to call it from within the script and pass a perl script file to be syntactically highlighted.. Rizwan