Re: Can I ask a question?

2005-09-09 Thread $Bill Luebkert
gao perlone wrote: > Some code segment here: > > sub walk_table (&@) { > my $function = shift; > my $filename = shift || '-'; > my $leader = shift; > my $trailer = shift; > ... > > What is mean of "&@" and how to understand the following code > especially the "shift"? Please

Can I ask a question?

2005-09-09 Thread gao perlone
Some code segment here: sub walk_table (&@) { my $function = shift; my $filename = shift || '-'; my $leader = shift; my $trailer = shift; ... What is mean of "&@" and how to understand the following code especially the "shift"? Please give me some explanation about it!Thanks a

problem using DateTime

2005-09-09 Thread Charles_Mire
I'm trying to use DateTime. I downloaded the latest tar package from cpan, as well as the 3 dependencies, DateTime::TimeZone, DateTime::Locale, Params::Validate. I did the usual "perl Makefile.PL", "make", then "make install" and got no errors on any steps. The install shows the modules gets pla

RE: wanting to use Win32::ODBC in a service

2005-09-09 Thread Jan Dubois
[EMAIL PROTECTED] wrote: > Jan,  here is a couple of lines of my code, I believe I have the > syntax correct. > > sub Startup { >  require Win32::ODBC; Yes, that is correct, as long as you don't load Win32::ODBC anywhere else. Cheers, -Jan ___ Activ

RE: wanting to use Win32::ODBC in a service

2005-09-09 Thread Jan Dubois
[EMAIL PROTECTED] wrote: > I am thinking my issue may be in my delete statement, here is the delete > portion oof my code. > print LOG "$datetime Attempting to delete $sequence from notify table...\n" > if $debug > 2; >        $rows_deleted = 0; >        my $rows_deleted = $dbh->Sql(q{ >     

RE: wanting to use Win32::ODBC in a service

2005-09-09 Thread supportserv
Jan,  here is a couple of lines of my code, I believe I have the syntax correct. sub Startup {  require Win32::ODBC; "Jan Dubois" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/08/2005 03:29 PM                 To:        <[EMAIL PROTECTED]>         cc:

Re: RPC

2005-09-09 Thread $Bill Luebkert
Michael Louie Loria wrote: > > Hello, > > I'm currently creating a program that will use RPC. I have installed > Event-RPC, PlRPC and DCE-Perl-RPC using PPM but I'm still having > errors during compilation. What are you compiling ? > What are the other needed packages? If you're missing packag

RPC

2005-09-09 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, I'm currently creating a program that will use RPC. I have installed Event-RPC, PlRPC and DCE-Perl-RPC using PPM but I'm still having errors during compilation. What are the other needed packages? I'm using ActivePerl for windows and testin