<div dir="ltr">Please disregard the following email as I've found the problem -- I was doing "<>" but checking on "$_", which isn't affected by "<>".</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 2, 2015 at 11:00 AM, Antonio Sun <span dir="ltr"><<a href="mailto:tpm.ats@spamgourmet.com" target="_blank">tpm.ats@spamgourmet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The "-n" causes Perl to assume a loop around the program, which makes it iterate over filename arguments somewhat like `sed -n` or awk. <div><br></div><div>Now, is it possible to skip some lines myself in such "perl -wn" script? </div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>#!/usr/bin/perl -wn</div></div><div><br></div><div>if (/my case/) {</div><div>  # Skip two lines</div><div>  <>; <>;</div><div>  # Deal with the rest </div><div>}</div></blockquote><div><br></div><div>The above is not working for me. $_ is stuck at the same line/content. </div><div><br></div><div>How to skip some lines in such "perl -wn" script? </div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Antonio</div><div><br></div><div><br></div></font></span></div>
</blockquote></div><br></div>