ActiveState Community

Windows 2000 Pro / Server

how to create RTF i,e MSword format file using perl

hi,

can any one send me the example of how to create RTF file which includes place option to place the data on particular location in word page,actually i used use RTF::Document and use RTF::Writer but we cant place the data using these packages...

thank you

Mutturajb

Had to create Tk::XlibVtab unexpectedly at D:/Perl/lib/DynaLoader.pm line 253.

hi,

when i was suppose to use TableMatrix i get the error
Had to create Tk::XlibVtab unexpectedly at D:/Perl/lib/DynaLoader.pm line 253. i sent it for expert team but i not got any solution for this, will any one help me to come out of this???

thank you
--------
Mutturaj
--------

PHP Crash when debugging

I can't get Komodo to successfully debug a PHP script.
I can step or run over simple PHP statement like $a=1;, but nothing complicated like function calls.
The error is a Windows pop-up that says:

The instruction at "0x77fcd977" referenced memory at "0x00000038". The
memory could not be "written".
Click OK to terminate the program
Click CANCEL to debug the program.

And, the Komodo debug window sometimes reports
Error in my_thread_global_end(): 1 threads didn't exit

Configuration:
- Apache 2.2.6
- PHP 5.2.5/Apache module

suggest me the best Frontend design kit for perl tk

hi friends,

Iam working on perl Tk, i write scripts to design a page,and use Tk objects like, entry widget,table matrix,jcombobox to design my frontend.
Is there any drag and drop IDE for perl Tk ?? please reply if any one know about my about mentioned Query.....

----MUTTURAJ----

how to get value from the selected grid in table matrix of perl Tk

hi friends,
can any one help me to come out from the below given difficulty????

1) how to get value from the selected grid in table matrix of perl Tk

----Mutturaj----

how to display a link for particular file or site in perl Tk

hi,

i need the code which will act as a link to particular document or site,
in my project,since i am not much familiar with Perl Cgi, can any one help me to come out of this?????????????????????

Mutturaj

Unable to locate Proc::ProcessTable

I am cross-posting from PPM, since I haven't gotten any response from
there:

I am trying to create an executable of a program which uses a package
that indirectly uses Proc::ProcessTable.pm. The error from PerlApp
7.0.0 is that it can't locate the package. THEN IT GOES AHEAD
and builds my .exe anyway! What sense does that make??. All
I want is to build the .exe, but safely. To do that I have to install
the package. Cpan says it exists: "Proc::ProcessTable - Perl extension
to access the Unix Process Table" (Why the Unix process table is

perl ppm4 installation problem

when i was about to install tk::tablematrix, i got the following error can any one help me out in this regard,

C:\Perl>ppm install Tk-TableMatrix.ppd
Unpacking Tk-TableMatrix-1.23...done
Generating HTML for Tk-TableMatrix-1.23...done
Installing to site area...failed
ppm install failed: File conflict; package Tk already provide C:/Perl/site/lib/a
uto/Tk/pTk/extralibs.ld

with thanks
mutturaj b

Win32::OLE problem

We are using Win32::OLE. We are getting error for one user:

"A corrupt or invalid license file was detected. Please reinstall this software"

We have two user account configured and it works fine for one.
Installed Perl is 5.8.8

perlapp executable doesn't produce pod2usage output

I have a Perl script that works fine with ActiveState Perl and with CPAN Perl on both Windows and Linux, but am now trying to generate a Windows executable using PerlApp in the PDK (trial license). When I run the script I am able to view the usage information produced by pod2usage(), but running the executable merely prints:

No documentation found for "scriptname.exe".

Pod::Usage is identified as a script dependency by PerlApp and I'm not modifying any of the defaults in PerlApp. Can anyone tell me if this this is a limitation of the trial version or maybe a bug?

Thank you,
Tony