Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Unsetting a variable
Name: pestario Date: September 25, 2006 at 08:32:10 Pacific OS: Redhat CPU/Ram: AMD Athlon 2600+/1 GB
Comment:
Hi folks,
In my .bashrc file, I set and export a variable. However, I found out that setting this variable is causing issues with an application (vim, in case you were wondering). Is there any way to unset the variable globally (without rebooting my machine)? I can unset it on a terminal using unset and then invoke vim and it works fine. But, when I click on the icon, it always gives me problems.
Summary: In a perl script, a document is loaded in a variable. How can i md5sum the content of the variable? Is there a function like: $varsum=md5sum($myvar); Any idea? ...