Brian Volk wrote: > Hi All~ Hello,
> Is there a perldoc that will list the available arguments and there meanings > for perl-one-liners? perldoc perlrun > I saw this in an earlier email; Subject: Delete a char from a file > > Perl -pi -e '/s/%/ /' filename What you probably saw was: perl -pi -e 's/%//g' filename > I'm guessing the -i is for in-place edit Yes. > and the -e is checking to see if the file exist... No. See "perldoc perlrun". > I have no idea what the -p is for but I would like to be > able to look it up. :~) perldoc perlrun John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>