- or download this
opendir(DIR, $Path->{'real'});
- or download this
/usr/
- or download this
opendir(DIR, "/usr/");
- or download this
$Path->{'real'} = "/usr/";
opendir(DIR, $Path->{'real'});
- or download this
$Path->{'real'} =~ /(.*)/;
$Path->{'real'} = $1;
opendir(DIR, $Path->{'real'});