perl command line options

Add a reply

Posted by bearstearns 631 days ago:
i don't understand exactly how the scoring works; i am using perl command line switches, but it seems like the initial #! line is counted as part of the code.

a) why is the code size count the #! line and
b) is there any easy way to use command line switches without a #! line if it is counted

for example,

#!perl -pl
MY CODE

gives a different size than

#!/usr/bin/perl -pl
MY CODE

and the standard perl golf entry

-pl MY CODE

doesn't even run properly.
Posted by bogojoker 627 days ago:
I would also love to know if there is a way to do this as well.
That would quickly drop a bunch of characters off of my script.

Joe P
Posted by flagitious 627 days ago:
As far as I know there is no shorter way than #!perl -options
Posted by bogojoker 626 days ago:
Okay, thanks for the information. =)
Posted by xxlfeuerwalze 588 days ago:
I ve got a question:
i am from Germany and would linke to change backlinks. Maybe u backlink me and then i will set a bcklink
on http://www.martin-hamann.de & http://www.cops-vs-polizei.de & http://www.ich-will-zur-polizei.de.
I wish me a lot of linkpartner all over the world.
By the Way: I am a candidat of the greencard-lottery-divison 2008.
Lovely Greeting from Germany (Kiel = former Reichskriegshafen *Smile* )
Martin Hamann
(Landespolizeischule-der Enthüllungsbericht)

Add a reply