Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
  2. or download this
    use strict;
    use warnings;
    
  3. or download this
    chomp @logging;
    print @logging;
    
  4. or download this
    open (FILE,"<$prop");
    
  5. or download this
    foreach (@array) {
    print @array;
    
  6. or download this
    $_ =~ s/DEBUG_MIN/WARN/g; }
    
  7. or download this
    @disable='find . -name toolkit_custom.properties';
    
  8. or download this
    foreach $props (@disable) {
    open (FILE, ">> $props");
    @array1=<FILE>;