Help for this page

Select Code to Download


  1. or download this
     #the first part of the code as the same last code i provided 
    #!/usr/bin/perl -w
    ...
     $block -= () = /(\})/g;
    #and if the block equal to 0 stop deleting lines 
    #then print the output
    
  2. or download this
    my $comment = 0;
    my $block   = 0;
    ...
        }
        print $out $_ unless $comment;
    }