Help for this page

Select Code to Download


  1. or download this
    sub delete_comments_from_file {
        my( $path ) = @_;
        eval "local @ARGV=qw{ -pie s/#.*//; $path };";
    }