Parag Kalra wrote:
> Here it comes -
> 
> perl -e "BEGIN{print 'Birthday '} UNITCHECK{print 'Sweets '} CHECK{print
> '@ '} INIT{print 'my '} END{print 'Desk'}"
> 
> Message is different but intention is same - Nasty & Nerdy :)
> 
> Also it works only on Windows :(

...are you sure? On FreeBSD:

% perl -e "BEGIN{print 'Birthday '} UNITCHECK{print 'Sweets '}
CHECK{print '@ '} INIT{print 'my '} END{print 'Desk'}"

output:

Birthday Sweets @ my Desk

Cheers,

Steve

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to