|
|   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

Reply via email to