- or download this
if ($volume =~ $vol_to_parse) {
- or download this
if ($volume =~ /$vol_to_parse/) {
- or download this
print "Using: "."vol: $vol_to_parse". " and " . "file: $file_to_parse"
+ . "\n";
- or download this
print "Using: vol: $vol_to_parse and file: $file_to_parse\n";
- or download this
open(DAT, "<", $file_to_parse) || die "Could not open file! ($!)\n
+";
- or download this
#!/usr/bin/perl
...
}
}
}