Help for this page

Select Code to Download


  1. or download this
    if ( $show_banner == 1 ) {
        print STDERR "$app_name $version ($app_www)\n";
        print STDERR "$copyright $author, $author_email\n\n";
    }
    
  2. or download this
    use Tie::Trace qw( watch );
    
    my $show_banner = 1;
    watch $show_banner;
    
  3. or download this
    main:: $show_banner => 0 at ./colordiff.pl line 156.