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