Borkur Gudjonsson wrote:
> 

> If I make a script, prog.pl, whith this statement:
> print $0;
> 
which is entirely correct, this will give the *script* name

> and create an executable with perl2exe, it prints out
> the name of the script, as it was when perl2exe
> created the executable and not the name of the executable,
> prog.exe!
> 
> And if I change the name of the executable, it still
> prints out prog.pl!
> 
> Is there no way to make this dynamic, to print out
> the name of the executable as it is when it is is run?
> 
for perl2exe, use $ENV{'sourceexe'}, this will give you the ~compiled~
name(script.exe)

>tony
begin:vcard 
n:George;Anthony
x-mozilla-html:TRUE
url:http://www.bigbrownbeaver.com
email;internet:[EMAIL PROTECTED]
fn:George, Anthony
end:vcard

Reply via email to