Search Results

Search: Posts Made By: ptappeta
1,378
Posted By Don Cragun
The code has been replaced as requested.
The code has been replaced as requested.
2,996
Posted By Scrutinizer
Done.
Done.
2,091
Posted By Scrutinizer
Done, OK now?
Done, OK now?
3,470
Posted By rajamadhavan
Run updatedb... $ updatedb
Run updatedb...



$ updatedb
3,470
Posted By rajamadhavan
Yes. Only root can do that.
Yes. Only root can do that.
1,178
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 =...
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...
905
Posted By itkamaraj
my @words = split ('\|', $data1);
my @words = split ('\|', $data1);
905
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...
Showing results 1 to 9 of 9

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