Search Results

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



$ updatedb
1,179
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 =...
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...
905
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 01:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy