On Thu, 9 May 2002, Adam Spiers wrote:

> print`$^Xdoc -qj`=~/(j.*)"/
> 
> where ^X is a raw ^X, of course.  Could this be the first golf I've
> ever won?  Pah, as if!  Come on aliens, do your worst :-)
> 
> Mind you, perldoc is an external program, so this whole approach goes
> against the rules, otherwise you could just do
> 
>   print`japh`
> 
> where japh is the appropriate executable.
> 

if that were allowed:

do japh

which could be shortened to just

do j

;)

Si.

Reply via email to