# build a precompiled bytecode script named xyz perl -MO=Bytecode,-H,-oxyz -e 'print "moin\n"' # the script can be called with this line perl xyz