Chinaunix首页 | 论坛 | 博客
  • 博客访问: 841648
  • 博文数量: 253
  • 博客积分: 6891
  • 博客等级: 准将
  • 技术积分: 2502
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-03 11:01
文章分类

全部博文(253)

文章存档

2016年(4)

2013年(3)

2012年(32)

2011年(184)

2010年(30)

分类: Python/Ruby

2011-10-18 11:19:40

the environment are stored in hash %ENV. At the start of your program’s execution,
%ENV holds values it has inherited from its parent process (generally the shell). Modifying
this hash changes the environment variables, which will then be inherited by new pro-
cesses and possibly used by Perl as well.
if you want to execute your one 'make' command.
  1. $ENV{PATH}="/tmp/:$ENV{PATH}"



阅读(424) | 评论(0) | 转发(0) |
0

上一篇:system, exec, fork

下一篇:`` backquotes

给主人留下些什么吧!~~