Search Results

Search: Posts Made By: ptappeta
1,336
Posted By Don Cragun
The code has been replaced as requested.
The code has been replaced as requested.
2,888
Posted By Scrutinizer
Done.
Done.
1,967
Posted By Scrutinizer
Done, OK now?
Done, OK now?
3,436
Posted By rajamadhavan
Run updatedb... $ updatedb
Run updatedb...



$ updatedb
3,436
Posted By rajamadhavan
Yes. Only root can do that.
Yes. Only root can do that.
1,048
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,388
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...
894
Posted By itkamaraj
my @words = split ('\|', $data1);
my @words = split ('\|', $data1);
894
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 09:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy