- or download this
opendir(DIR,$str);
- or download this
for my $key (keys %hash){
my $outputfile = "output_$key";
...
print OUT $hash{$key};
close OUT;
}
- or download this
use File::Spec;
...
...
$outputfile = File::Spec->catfile($str,$outputfile);
...
}
- or download this
#!/usr/bin/perl
use strict;
...
:344: // comment
test/wrong/case3:123: //comment