Perl compiled or interpreted?

2004-08-13 Thread Anish Mehta
Hello !, I have some doubts on whether perl is compiled or interpreted. Can someone explain what are the files generated when we run a perl program. I mean if it is both compiled and interpreted then what is the process. Your suggestions are welcomed. Thanks in advance. Rgds, A+ -- To unsubscri

perl-DBD-mysql for perl 5.8.1

2004-07-25 Thread Anish Mehta
Hello! Can someone tell me which perl-DBD-mysql version is compatible with perl 5.8.1. I have tried with some rpms which requires 5.6.1 and copies the files in that directory. If i use it with 5.8.1 then it no more works. Ur suggestions are welcome. Thanks in advance. Regards, A+ -- To unsubscri

Re: perl POE

2004-07-13 Thread Anish Mehta
Ricardo SIGNES wrote: * Anish Mehta <[EMAIL PROTECTED]> [2004-07-07T04:49:30] Does anyone knows about some good links on PERL POE, how it allows Perl code to make asynchronous, non-blocking I/O calls and handle those I/O calls on the basis of Event Driven model and Event

Re: memory allocation in perl

2004-07-13 Thread Anish Mehta
You'll need to be more specific. There is no explicit memory allocation in perl (well, actually, you can treat a string as a chunk of memory). What exactly do you want to know? Randy. I want to whether we have some sort of allocation method as we have in C where we have memory allocated from h

memory allocation in perl

2004-07-12 Thread Anish Mehta
Hello Everyone! I would like to have your consideration regarding my query. I want to know about the memory allocation of variables in perl.. Thanks in advance. Regards, A+ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

perl POE

2004-07-07 Thread Anish Mehta
Hello Everyone, Does anyone knows about some good links on PERL POE, how it allows Perl code to make asynchronous, non-blocking I/O calls and handle those I/O calls on the basis of Event Driven model and Event Queues. Waiting for your suggestions. Thanks & Regards, A+ -- To unsubscribe, e-mail: [EM

Storable Problem

2004-06-08 Thread Anish Mehta
Hello Everyone, I have a problem is getting some data from database. I am getting the error like this: Storable binary image v2.6 more recent than I am (v2.4) at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/thaw.al) line 342, Can someone tell me what is the error and some sugges

perl decompress

2004-06-02 Thread Anish Mehta
Hi all, I need your suggestions regarding writing a perl script to decompress the data. I have an mysql table which has a field which contains data of the longblob type. What i want to do is to connect to the database server and then access that particualar table and decompress the data in th

tied variables

2004-05-13 Thread anish mehta
Hi !! Pls tell me what are the tied variables in perl. I have tried it to read it from book but some words from the experts will be quite useful to make further progress and clarity in understanding those in general terms. Thanks in advance, Regards, Anish ___

Perl Scripts examples

2004-05-07 Thread anish mehta
Hi all! I am new to perl. Can somebody tell me about some link on internet from where i can find some scripts to begin with so that i can start getting style of writing code in perl. I have gone through o'reilly book and is looking for some practical exercises. Any suggestions will be highly a

Default tag problem

2004-05-05 Thread anish mehta
Hi all! Can someone pls explain the problem here : I am using MyModule.pm and the problem is coming as per i have explained below MyModule.pm package MyModule; use strict; use Exporter; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); $VERSION = 1.00; @ISA = qw(Exporter); @