Hello,

How can I tell my script to get the complete name of the file where this script is 
written ?

I can write something like:

#!/usr/bin/perl -w

use strict;
print "My name is ",__FILE__,"\n";
__END__


But the basename is missing, how can I print the complete name ?

 

Thx,

José.



---------------------------------
Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !

Reply via email to