dir_stringify#

Overload handler for "" - stringify a File::Temp::Dir to its pathname.

תקציר#

my $dir = File::Temp->newdir;
print "dir is $dir\n";                      # calls STRINGIFY

מה מוחזר#

The directory pathname, identical to $dir->dirname.

הבדלים מן ה-upstream#

Fully compatible with upstream File::Temp 0.2312.

ראו גם#

  • dirname - explicit accessor with the same result.