Options for s2p Perl - Perl Views : 107
Tagged in : Perl
0 0
Send mail

Options for s2p Perl


Options include:

`-D'
sets debugging flags.
`-n'
specifies that this sed script was always invoked with a `sed -n'. Otherwise a switch parser is prepended to the front of the script.
`-p'
specifies that this sed script was never invoked with a `sed -n'. Otherwise a switch parser is prepended to the front of the script.
By Geethalakshmi, On - 2010-09-17



    Login to add Comments .