MotherFoo#!/usr/bin/perl # If all the world was apple pie, # And all the seas were ink, # If all the trees were bread and cheese, # What should we have for a drink? # - Mother Goose if (@world == $apple_pie and @seas == $ink) { if (@trees == ($bread and $cheese)) { $drink = <>; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Conditional Mother Goose
by theorbtwo (Prior) on Apr 16, 2002 at 17:58 UTC | |
by YuckFoo (Abbot) on Apr 17, 2002 at 16:03 UTC |