Last active
August 29, 2015 14:15
-
-
Save subnetmarco/43296cb8bf74497c9d69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # perl v5.18.2 on MacOSX v10.10.2 | |
| echo "hello" > /tmp/file | |
| alias realpath="perl -MCwd -e 'print Cwd::realpath ($ARGV[0]), qq<\n>'" | |
| cd /tmp && realpath file | |
| # Outputs: /private/tmp/ARRAY(0x7fb6518042e8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Really weird!!!
Thanks for reporting the issue.
But I do not have any MacOSX around me...
And the issue is not reproducible on openSUSE using perl 5.20.
Hope you can play with the Perl command line and find/understand the fix...
Cheers ;-)