Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Korn Shell Wrappers for Perl Module Functions?

by Malkavian (Friar)
on Jul 10, 2001 at 20:33 UTC ( [id://95352]=note: print w/replies, xml ) Need Help??


in reply to Korn Shell Wrappers for Perl Module Functions?

One way or another, the script you call will be visible to a ps command.
If, however, you're not worried about the script itself showing up, but the argument list you send to it, then the solution is to use the environment space in the shell.
The first part of the shell script sets the environment arguments, then you call the wrapper script, which then pulls those values out of ENV space.
You'll then see the scriptname showing up on a ps with no args
It's kludgy and nasty, but it'll do the job.
This may not be what you really wanted, but it's a thought.. :)

Cheers,

Malk
  • Comment on Re: Korn Shell Wrappers for Perl Module Functions?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://95352]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-20 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found