> Actually, i think the 'use MyPackage' statement is what Edwin is trying
> avoid, hence the term "magic" ... ?
Yep, thats exactly what I am looking for.
> It's not really a good idea to do this, but you could create a second perl
> command in another location (or rename it in the same location ...) which
> says:
Well, we have some reasons to do it this way: we want
to provide a range of commands to people that do not
need much more than our functions ... maybe they
need for loops from time to time, or simple if / elseifs -
but not much more.
Most of these people do not have ANY idea of perl.
If we can provide this "magic" extensions it would
be extremly easy for them to use our functions -
they would just need to know about
- our functions and their args
- how to write a loop in perl
- how to write if statements
Our users are really just interested in the commands
that we provide for them - they do not care what
language is "around" those commands.
Therefore accessing our subs should be as simple
as possible for them.
thx for the help,
edwin g�nthner
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]