http://www.perlmonks.org?node_id=1030276


in reply to Re: symlink woes
in thread symlink woes

Maybe expanding on something like:
use File::Find; # might be helpful use Cwd; # also pretty useful with this sort of thing my $files = <some array here...>; my $where = readlink("$files"); print "$files => $where\n";
#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = "5.12.4";
print $perl_version;