Extracting/Matching Comments079 (6/26/2003 9:47:37 AM) Hello everyone!! Does anyone knows a module that parses and extracts comments of a given source code file?? (such as C, C++, Java, PL/SQL, PERL, etc)!!? There�s a module in CPAN that was designed to do this ... darkname
problem when use debug perl in win2000 os #2060 (6/26/2003 6:54:32 AM) Hi,all I have such a problem, someone can help me? When I debug a program written in perl using "perl -d foo.pl" The following message show up: ================================ Unable to connect to remote host... Bob
Accessing constants from another package/file.558 (6/25/2003 1:11:33 AM) Hey all. I'm trying to use some constants that I have defined using the "constant" module. I'm requiring the file into another package. The package that uses the constant is used from "main". The problem is... ed
Checking if a method is defined in perl 5.00503381 (6/25/2003 8:51:42 PM) I need to check that a method whose name is given in $methodName exists. In perl 5.8.0, "if (defined($myobj->$methodName))" seems to work, but not in 5.00503, so I'm wondering what the 5.00503 equivalent would... ambrice
Oracle CLOB using DBI3124 (6/24/2003 8:55:40 PM) Does someone have a working code sample of Perl/DBI returning a CLOB column from Oracle. Here is what I came up with, I counld not get ORA_CLOB to work. $sth1 = $dbh->prepare(q{ BEGIN OPEN :cu... datavector
Quick Q about $|462 (6/25/2003 2:37:49 PM) Hi, What does: $|=1; select(STDOUT); do? I understand that STDOUT is selected as the default handle, but what about the bit preceding it? Thanks, Raj ... Raj
perl memory management - does @array = () free the memory?085 (6/25/2003 9:11:53 PM) I have a sizable array that I want to clear (i.e. free the memory for other use). Will @array = () alert a garbage collector in Perl to mark the memory as unallocated or do I need to perform this tast manually?... oefinger
Async Message Passing Mechanism Wanted080 (6/25/2003 2:59:54 PM) Is there a Perl module that implements a low-overhead FIFO (order-preserving) async message passing mechanism and works on Windows and Unix? It only needs to run locally, but it must allow message queuing, wit... john_ramsden
serial input _and_ time of day based tasks?269 (6/24/2003 3:59:10 PM) I've got a script that reads from a serial port, and blocks on that. Now I need to have it swap log files at midnight. I looked at Event.pm, but it seemed a bit overkill, and I could not see how to make time o... Stan
RESULT: comp.databases.berkeley-db passes 266:4036 (6/25/2003 5:47:50 AM) RESULT unmoderated group comp.databases.berkeley-db passes 266:4 There were 266 YES votes and 4 NO votes, for a total of 270 valid votes. There were 5 abstains and 7 inval... dave246(6)