in reply to Re: Re: Re: Re: Printing last element of hash (unintentionally)
in thread Printing last element of hash (unintentionally)
See the section on s/PATTERN/REPLACEMENT/egimosx in perlop:
Options are: e Evaluate the right side as an expression. g Replace globally, i.e., all occurrences. i Do case-insensitive pattern matching. m Treat string as multiple lines. o Compile pattern only once. s Treat string as single line. x Use extended regular expressions.
Joost.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Printing last element of hash (unintentionally)
by Anonymous Monk on Jan 03, 2004 at 23:28 UTC |