http://qs321.pair.com?node_id=300325


in reply to Re: Re: Line Numbers
in thread Line Numbers

Actually on Solaris 8 it's just /path/to/perl/script.

#!/usr/bin/perl print $0, "\n";

Prints /path/to/perl/script on Solaris 6, 7, 8, 9 - I just ssh'd into work to test it out :-)

-- vek --