Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Perl forked processes and variable sharing

by BillKSmith (Monsignor)
on Feb 02, 2022 at 15:47 UTC ( [id://11141073]=note: print w/replies, xml ) Need Help??


in reply to Perl forked processes and variable sharing

Your 'problem' has nothing to do with perl. Your OS (and every other one that I know of) is designed to make it impossible for a child to make changes to its parent's environment. If your 'workaround' is truly able to do this, it is exploiting a bug. Do not use it. This design choice is intended to prevent unexpected behavior of a program due to the history of other programs.
Bill

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-03-28 23:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found