ll of the packages/modules installed on a
> system from the command line?
>
> Thanks
>
> Bill Conrad
>
>
>
--
[Writing CGI Applications with Perl - http://perlcgi-book.com]
You think because you understand _one_ you must understand two. Because
one and one make _two_. B
Hi All
Is there a way to list all of the packages/modules installed on a
system from the command line?
Thanks
Bill Conrad
On Fri, Jun 01, 2001 at 10:45:31AM -0500, David Michael wrote:
> I am trying to use a package to hold all of my subs. I am calling the package in my
>main program:
> use control;
You should be aware that all lowercase module names are reserved for Perl
pragmas. This is not the source of you
I am trying to use a package to hold all of my subs. I am calling the package in my
main program:
use control;
In control.pm I have package control; at the top and 1; at the bottom. This is what
the problematic area looks like:
%USERINFO = control::memUserInfo($user); # Returns %PROXYINF