stringify#
Overload handler for "" - stringify a File::Temp object to its filename.
תקציר#
my $tmp = File::Temp->new;
print "wrote to $tmp\n"; # calls STRINGIFY
מה מוחזר#
The object’s pathname as a string, or the empty string if the filename is not known.
הבדלים מן ה-upstream#
Fully compatible with upstream File::Temp 0.2312.
ראו גם#
filename- explicit accessor with the same result.NUMIFY- companion overload used for numeric comparisons.