#!/usr/bin/perl use warnings; use strict; print<<END_OF_VIAGRA; / | x n | e = f(u) | / END_OF_VIAGRA
Or as a 1 liner:
perl -e 'print " /\n | x n\n | e = f(u)\n |\n/\n"'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: My favorite Math equation.
by bibliophile (Prior) on Mar 09, 2005 at 21:31 UTC |