Thread Linux commands aus Perl (15 answers)
Opened by lordy at 2013-04-23 15:16

pq
 2013-04-25 13:18
#167281 #167281
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
in dem shellskript werden umgebungsvariablen gesetzt. nach beendigung des skripts sind diese dann aber auch wieder weg.
üblicherweise löst man das, indem man das shellscript mit source aufruft:
source ./module.sh add gromacs
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Linux commands aus Perl