- or download this
$SYS_TYPE=1;
...
if ($SYS_TYPE == 1) {
- or download this
$sys_type = "AIX";
...
if ($sys_type eq "AIX") {
- or download this
open (DF, $FILE) || die "Can't Open File: $FILE\n";
- or download this
open my $df, "<", $file or die "Can't Open File: $file: $!\n