in reply to Re: perl -pie "???"
in thread perl -pie "???"
Here's what I tried ...$ head -1 DAR_RH9_install/index.html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http:/ +/www.w3.org/TR/html4/loose.dtd">
What the heck I am doing wrong here?$ perl -nie 'print if $. > 1' DAR_RH9_install/index.html Can't open perl script "print if $. > 1": No such file or directory $ perl -ie '<>; print while <>' DAR_RH9_install/index.html Can't open perl script "<>; print while <>": No such file or directory
| Plankton: 1% Evil, 99% Hot Gas. |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl -pie "???"
by bmann (Priest) on Aug 17, 2004 at 21:42 UTC | |
|
Re^3: perl -pie "???"
by hv (Prior) on Aug 17, 2004 at 21:42 UTC | |
|
Re^3: perl -pie "???"
by ikegami (Patriarch) on Aug 17, 2004 at 21:43 UTC | |
|
Re^3: perl -pie "???"
by Anonymous Monk on Aug 17, 2004 at 21:43 UTC |