#!/usr/bin/env perl # File is named zeroTest.pl. $0 = "Oh, sure, why not?"; print $0, $/; #### moo@cow[27]~>zeroTest.pl Oh, sure, why not?