Hello,
When I log onto a linux host, and use "set" I can see that there a couple of functions defined (test() for instance) in bash. How can I read out these functions and use them in a perl script?You can't as they are bash functions, not Perl functions.
There's no way to read them out like the environment variables? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/