in reply to RE: RE: Apparel design entries
in thread apparel design entries

A look into perlvar tells me that $^X is the name of the binary that the script was started from. Run this code to see it :

perl -e 'print $^X'