Re: Packages/modules Question

2001-06-15 Thread Kevin Meltzer
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

Packages/modules Question

2001-06-15 Thread Conrad, Bill (ThomasTech)
Hi All Is there a way to list all of the packages/modules installed on a system from the command line? Thanks Bill Conrad

Re: Packages/Modules

2001-06-01 Thread Michael Fowler
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

Packages/Modules

2001-06-01 Thread David Michael
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