http://qs1969.pair.com?node_id=1204909


in reply to Tie::File with absolute path of the file

Tie::File can also write to the file. Maybe you don't have write permissions. Check the $! variable
tie my @content, 'Tie::File', $file or die "$file: $!";

Tip #7 from the Basic debugging checklist. Also, it looks strange to chain file test operators together like that. It might work, but I don't remember seeing it done that way.

Replies are listed 'Best First'.
Re^2: Tie::File with absolute path of the file
by AnomalousMonk (Archbishop) on Dec 05, 2017 at 02:42 UTC
    ... chain file test operators ...

    Per -X: "As of Perl 5.10.0, as a form of purely syntactic sugar, you can stack file test operators ... -f -w -x $file ..."


    Give a man a fish:  <%-{-{-{-<