I am trying use the Cast5_PP encryption module but am
getting an error related to the Autoloader module:
Can't locate auto/Crypt/CAST5_PP/autosplit.ix in @INC
(@INC contains: C:/Perl/lib C:/Perl/site/lib .) at
C:/Perl/lib/AutoLoader.pm line 146.
Can't locate auto/Crypt/CAST5_PP/init.al in @INC (@
Hi,
I am trying to find a way to list of all files that
are "executable" on my PC. IE list any file (in any
directory) that can do something to my PC (so .exe,
.pl, .dll etc etc).
I know about readdir, Win32::File and
Win32::FileSecurity but I'm not sure which is the
right one to use (if any o
I'm starting to get into OO programming with Perl and
have a question.
As I understand it with OO - you create an object and
then do something to it.
I have a list of values in an array and I wish to do
the same "something" to all of them.
Do I need to create an object for each value in the
arr
I am trying to print a html table using cgi.pm with
values from a csv-style file (with | not , as the
separator).
The code for the table seems fine on its own but when
I try to use a foreach loop to print a row for each
relevant row of the csv file, things get a bit screwy.
I cant seem to get a