#!/usr/bin/perl
#-->cgi:/home/jj/public_html/bin/d4
#-->dir:/tmp/lixo
use strict;
use CGI::Auto;
CGI::Auto::auto(title => "Test 4: echo #paterns# | bc -l",
command => "echo [%s(expression)] | bc -l",
debug=>1,
description => "binary calculator with a pipe");