Help for this page

Select Code to Download


  1. or download this
    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
    
  2. or download this
    > perl -e "{$/=undef, $_=<>} my $count=()=split /\n/,$_,-1; print $cou
    +nt" \boot.ini
    6