[Becuase of a recent discussion on Postfix-users list] Would anyone like to expand/explain what, exactly, is // matching below:
#! perl
use strict; use warnings;
my $idx;
while (<DATA>) { ++$idx; print "Line $idx - seen $_" if //; } __DATA__
Line 3
Line 5
Thx/Bill
-- _Sx_ http://youve-reached-the.endoftheinternet.org/ _____ http://jaxpm.insecurity.org/ http://cis4dl.insecurity.org/
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>