Since 4/27/2012 8:44:37 PM, sisyphus12 has written 8 articles and participated in 335 conversations. sisyphus12 signature: sisyphus12
sisyphus12's articles:
Items(8) /1
How to deprecate a module ?517 (11/21/2006 9:01:54 AM) comp.lang.perl.modules Hi, I've just moved my Inline::C2XS module to InlineX::C2XS (after a bit of discussion on the Inline mailing list) as it should never have been in the "Inline" namespace to begin with. So now I need to "depreca... Sisyphus
[ANNOUNCE] Inline-C2XS-0.05 #2028 (11/4/2006 12:43:41 PM) comp.lang.perl.modules Hi, For anyone interested, Inline-C2XS-0.05 has just hit the CPAN shelves. If you have an Inline::C or Inline::CPP script that contains a heap of fantastic C functions (don't we all ?), and you would like to m... Sisyphus
[ANNOUNCE] Inline-C2XS-0.05017 (11/4/2006 12:41:11 PM) comp.lang.perl.modules Hi, For anyone interested, Inline-C2XS-0.05 has just hit the CPAN shelves. If you have an Inline::C or Inline::CPP script that contains a heap of fantastic C functions (don't we all ?), and you would like to m... Sisyphus
ANNOUNCE: PDL-2.4.3030 (8/22/2006 11:46:06 AM) comp.lang.perl.modules Hi, For those interested, you'll find it on CPAN ( http://search.cpan.org/~csoe/PDL-2.4.3/ ) ... or sourceforge (though I haven't bothered to dig up that link). See http://search.cpan.org/src/CSOE/PDL-2.4.3/R... Sisyphus
Re: use bigmnum313 (6/18/2006 12:40:11 AM) comp.lang.perl.modules "gamo" wrote in message news:Pine.LNX.4.64.0606161644010.11351@jvz.es... #!/usr/local/bin/perl -w use bignum; $fact=1; for $i (2..1000){ $fact*=$i; } print "$fact\n"; $div = int ($fact/2003); $resto = ... Sisyphus
The 'if' module #2023 (6/2/2006 12:26:15 AM) comp.lang.perl.modules D:\pscrpt\if>cat try.pl use if $^O =~ /another/, MODULE => "Non::Existent"; print "OK\n"; D:\pscrpt\if>perl try.pl Can't locate Non/Existent.pm in @INC (@INC contains: D:/perl58_M/5.8.8/lib D:/perl58_M/site/5.8... Sisyphus
The 'if' module814 (6/2/2006 12:18:41 AM) comp.lang.perl.modules D:\pscrpt\if>cat try.pl use if $^O =~ /another/, MODULE => "Non::Existent"; print "OK\n"; D:\pscrpt\if>perl try.pl Can't locate Non/Existent.pm in @INC (@INC contains: D:/perl58_M/5.8.8/lib D:/perl58_M/site/5.8... Sisyphus
Bogus error messages re Perl/lib/CORE/ includes240 (9/30/2005 11:36:08 AM) comp.lang.perl.modules Hi, Every now and then I get errors like the following when trying to compile a perl extension (perl 5.8, Win32): f:\perlvc7\5.8.7\lib\CORE\win32.h(312) : error C2143: syntax error : missing ')' before '*' f:... Sisyphus
Problem Installing Module (Email::MIME::Modifier)415 (8/1/2007 3:41:19 AM) comp.lang.perl.modules Hi There I am trying to setup BugZilla, and I have this needed module that I have to install before I can proceed to having BugZilla on my system (and I still have to deal with MySql), anyway By using perl and... wadigzon(3)
Can't locate object method "ymd" via package...316 (8/3/2007 10:14:42 AM) comp.lang.perl.modules Hi! I've installed DateTime and DateTime::Format::MySQL via CPAN and I get a strange error message executing this code: #!/usr/bin/perl -w use strict; use DateTime; use DateTime::Format::MySQL; my $str... laffdez(14)
mod_perl2 won't work w/ActivestateP588 V.822222 (8/7/2007 9:35:54 PM) comp.lang.perl.modules On one of my systems, I'im following the actual Win32 releases of Perl5 in order to check out and decide what to install elsewhere. I have an 'out of the box' install of Apache 2.2.4/Win32 (apache_2.2.4-win32-... wahab(93)
Interpreting cpantester results616 (8/8/2007 11:37:15 PM) comp.lang.perl.modules Hi, I hope this isn't too stupid a question, but I haven't found answers by looking up FAQs and googling. I have uploaded a module to CPAN and now the test results from CPAN Tester are coming in. There's on... jt68(1134)
finding version number of a library1139 (8/10/2007 10:54:35 AM) comp.lang.perl.modules I know it is normal in this newsgroup to sneer at anyone who asks a question that they don't already know the answer to. But I'll give it a shot anyway. When my code says use GD; it works. My guess is t... nick927(54)
"Host =>" in the Net::SMTP module142 (8/15/2007 12:37:33 PM) comp.lang.perl.modules Hello, The following doc : http://search.cpan.org/~gbarr/libnet-1.19/Net/SMTP.pm#CONSTRUCTOR says that you can call the constructor either like this : $smtp = Net::SMTP->new( Ho... nobody(4805)
Problem in redirection517 (8/25/2007 8:44:50 AM) comp.lang.perl.modules Hi All I am trying to use system command to run executable(CLI.exe). I want output of this executable in a file.So I used redirection operator. Here is my code use Win32; use Win32::Process; $CLIPath = "..\\.... sachinahuja82(14)