Help for this page

Select Code to Download


  1. or download this
    # taken from the cookbook:
    sub glob2pat {
    ...
            }
            next if( $do_not_print );
    }
    
  2. or download this
    my %strcmp;
    
    ...
    move( "logfile_parsed.log", "logfile.log" );
    
    # from here more or less the same as the first perl listing.