Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^6: comparing 2 file time date stamps ( Path::Tiny File::stat Time::Piece )

by Anonymous Monk
on Nov 05, 2014 at 04:33 UTC ( [id://1106147]=note: print w/replies, xml ) Need Help??


in reply to Re^5: comparing 2 file time date stamps ( Path::Tiny File::stat Time::Piece )
in thread comparing 2 file time date stamps

path" is not exported by the Path::Tiny module\nCan't continue after import

All you need is  use Path::Tiny; ... newer versions of Path::Tiny allow typing  use Path::Tiny 'path'; which documents where path() comes from

Path::Tiny uses File::stat and File::Spec automagically ... stick with the path() api, and get the latest version for the most features and bug fixes

Both modules are shown as available via ppm http://code.activestate.com/ppm/Path-Tiny/ and http://code.activestate.com/ppm/Time-Piece/

Replies are listed 'Best First'.
Re^7: comparing 2 file time date stamps ( Path::Tiny File::stat Time::Piece )
by parv (Parson) on Nov 05, 2014 at 19:38 UTC

    From Path::Tiny github repository, I saw that "path" was being exported by default from the beginning (around version 0.0x). If OP is using at least a version from that tree, then use Path::Tiny qw[ path ] should work.

    Could OP possibly be using an even older version?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1106147]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found