Search Results

Search: Posts Made By: ptappeta
1,365
Posted By Don Cragun
The code has been replaced as requested.
The code has been replaced as requested.
2,956
Posted By Scrutinizer
Done.
Done.
2,064
Posted By Scrutinizer
Done, OK now?
Done, OK now?
3,467
Posted By rajamadhavan
Yes. Only root can do that.
Yes. Only root can do that.
3,467
Posted By rajamadhavan
Run updatedb... $ updatedb
Run updatedb...



$ updatedb
1,176
Posted By balajesuri
% is an identifier for a hash variable (perl-ish...
% is an identifier for a hash variable (perl-ish name for associative arrays).
The data is stored as key-value pairs.
Another form of defining a hash that is pleasing to the eye is:
%BDayHeadRow =...
902
Posted By Skrynesaver
What he said, split doesn't split the string on a...
What he said, split doesn't split the string on a literal character, but rather on a regular expression and | has a special meaning in a regex, it's an alternation, which allows the pattern to match...
902
Posted By itkamaraj
my @words = split ('\|', $data1);
my @words = split ('\|', $data1);
1,392
Posted By balajesuri
if ( exists $ENV{FMTWRP_TMP_DIR} and...
if ( exists $ENV{FMTWRP_TMP_DIR} and $ENV{FMTWRP_TMP_DIR} )
# Check if there exists value in hash %ENV referred by key "FMTWRP_TMP_DIR"

if ( $OSType =~ "SunOS" )
# Check if variable $OSType...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 09:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy