Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Case insensitive keys in global %ENV

by bdimych (Monk)
on Aug 15, 2007 at 13:51 UTC ( [id://632744]=note: print w/replies, xml ) Need Help??


in reply to Re: Case insensitive keys in global %ENV
in thread Case insensitive keys in global %ENV

Yes, target is linux.

But there will be _some_ENV_manipulations_, and I am not clear what it will be.

example

use my_future_runtime; my $x = get_command_line_param(); # $x may be mixed case my $y = read_some_file(); # $y may be mixed case sub_which_add_new_key($x, 'value_for_cobol'); sub_which_delete_key($y); launch_cobol_prog();

imho, tie the "most right" way in such situation.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-18 06:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found