Results 11 to 11 of 11
Originally Posted by laurentschneider
one more try
Code:
$ cat export.pl
#!/bin/perl
print "export VAR=VALUE\n"
$ `./export.pl`
$ echo $VAR
VALUE
Not bad... Thanks! I'll certainly keep this in mind...
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-14-2005 #11
Re: not sure want you want to do
Not bad...
Originally Posted by laurentschneider
Thanks! I'll certainly keep this in mind...
I believe this may work for kavithanayar, depending...


Reply With Quote
