|
| while (my $line = <FILE>) {
| chop($line);
| if ($line =~ /^$/) {
<<I'm wondering what this pattern above would be doing -> "/^$/" as
special
characters they would be starting with and ending with respectively - if
they are not being used as special characters , then you may need to
escape>>
That pattern is to skip blank lines ??
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
- RE: [Perl-unix-users] perl help Mehta, Perdeep
- [Perl-unix-users] Perl help Mehta, Perdeep
- Re: [Perl-unix-users] Perl help Trevor Joerges
- RE: [Perl-unix-users] Perl help Mehta, Perdeep
- RE: [Perl-unix-users] Perl help Mehta, Perdeep
- RE: [Perl-unix-users] Perl help Kevin Horvatin
- RE: [Perl-unix-users] Perl help BWilson
- RE: [Perl-unix-users] Perl help Sundara Rajan
- RE: [Perl-unix-users] Perl help Anidil Rajendran-Raj
- RE: [Perl-unix-users] Perl help Mehta, Perdeep
- RE: [Perl-unix-users] Perl help Mehta, Perdeep
