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
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
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
[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
[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{
>
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:
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
-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