Search Results

Search: Posts Made By: zilux
6,457
Posted By zilux
try this
my $s = "something is good wanted (bla bla)";
if ( $s =~ /^.*\s(.*)\s\(/ ) {
print "$1";
}
10,120
Posted By zilux
try xx=`head -1 phrases.txt`
try
xx=`head -1 phrases.txt`
Showing results 1 to 2 of 2

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