in reply to Re^2: Command Line
in thread Command Line
But it writes me "syntax error". I cant understand why... What I'm trying to do is check whether I entered a string and then look for it, and If not, look for QUALIFIED_CLOCK .next if ( $find_flag and ( if ($replacement == "") { /\s+QUALIFIED_C +LOCK/ } else { /\s+$replacement/ } ));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Command Line
by holli (Abbot) on Oct 22, 2008 at 13:26 UTC | |
by guyov1 (Novice) on Oct 22, 2008 at 13:42 UTC | |
|
Re^4: Command Line
by ww (Archbishop) on Oct 22, 2008 at 13:25 UTC | |
by guyov1 (Novice) on Oct 22, 2008 at 13:39 UTC |