also, how do i make it a file.pbc (perl byte code) file rather than an executable(.exe) file or is this the only extension i can get from typing the commandperlcc -B perfile.plthanks,PA
From what I see on the web perlcc will create an exe (or a.out).Those are not platform independent (i.e. runs on Linux, Solaris, NT, etc)
I have no idea about the PBC, but Bo suggests porting Parrot to TS