[marsh b]$ cat ../test/filetest #!/usr/bin/perl -w use strict; print "dollar zero is: $0\n"; my $f = __FILE__; print "__FILE__ is: $f\n"; [marsh b]$ ../test/filetest dollar zero is: ../test/filetest __FILE__ is: ../test/filetest
In reply to Re^5: Perl Script own path
by Marshall
in thread Perl Script own path
by muzammil18
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |