Search Results

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



$ updatedb
1,079
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 =...
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...
894
Posted By itkamaraj
my @words = split ('\|', $data1);
my @words = split ('\|', $data1);
1,389
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 11:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy