Hi All~
Is there a perldoc that will list the available arguments and there meanings for perl-one-liners? I saw this in an earlier email; Subject: Delete a char from a file Perl -pi -e '/s/%/ /' filename I'm guessing the -i is for in-place edit and the -e is checking to see if the file exist... I have no idea what the -p is for but I would like to be able to look it up. :~) Thanks! brian volk