Help for this page
C:\Dokumente und Einstellungen\corion>perl -MData::Dumper -e "{$_=[];l +ocal $/=qq(\n); @$_=<>};warn Dumper $_; my $count=@$_; print $count, +' lines';" \boot.ini $VAR1 = [ ... ', ... ]; 5 lines
> perl -e "{$/=undef, $_=<>} my $count=()=split /\n/,$_,-1; print $cou +nt" \boot.ini 6