elusion has asked for the wisdom of the Perl Monks concerning the following question:
thanx for your help - p u n k k i dif($current_input =~ /^ca\s\w+->\w+$/) { ($command, $temp) = split /\s/, $current_input, 2; ($key, $value) = split /->/, $temp, 2; $aliases{$key} = $value; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regex with -
by le (Friar) on Jul 21, 2000 at 01:21 UTC | |
|
Re: Regex with -
by btrott (Parson) on Jul 21, 2000 at 01:22 UTC | |
by elusion (Curate) on Jul 21, 2000 at 01:27 UTC | |
|
Re: Regex with -
by qi3ber (Scribe) on Jul 21, 2000 at 19:02 UTC |