# this gets the name (scalar context forced for readability here) my $filename = scalar($fh);
I didn't know that. Thanks a lot. However, there is no guarantee about how you will get the filename.
Some platforms (eg. Windows with Explorer) will give you the full path with "\" as a path separator and a drive letter, other platforms may only tell you the filename without any directory names...
It's OK
_______________________________________________ jifty-devel mailing list [email protected] http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
