K
kc
Hi Perl gurus,
I've a question, and I was wondering if anyone could
I've a perl program, and I'm trying to make it tidier.
I have a huge file of a array of variables, for initialization,
something like this:
$key1[64]="0xc120718a1ccce7f8";
$key2[64]="0xeadf28cb82020921";
$key1[128]="0xaf503224b6cff0639cf0dc310a4b1277";
$key2[128]="0x3e1fcbd4e91ca24bb276914de3764cdf";
etc etc
Currently, they're all in the huge perl script file as the perl code
that uses it. I was hoping to separate this out to another file.
Is there any way for my mail perl file to read this file? I was
thinking of using a .pm file, but I was wondering if there was any
easier way?
Thanks,
Kelvin
I've a question, and I was wondering if anyone could
I've a perl program, and I'm trying to make it tidier.
I have a huge file of a array of variables, for initialization,
something like this:
$key1[64]="0xc120718a1ccce7f8";
$key2[64]="0xeadf28cb82020921";
$key1[128]="0xaf503224b6cff0639cf0dc310a4b1277";
$key2[128]="0x3e1fcbd4e91ca24bb276914de3764cdf";
etc etc
Currently, they're all in the huge perl script file as the perl code
that uses it. I was hoping to separate this out to another file.
Is there any way for my mail perl file to read this file? I was
thinking of using a .pm file, but I was wondering if there was any
easier way?
Thanks,
Kelvin