RE: using strict and -w

2002-05-01 Thread Bob Showalter
> -Original Message- > From: Robert "Beau" Link [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 8:27 PM > To: [EMAIL PROTECTED] > Subject: using strict and -w > > ... And where might I have found that answer within > perldoc? I tried > perldoc -q strict and got "No documentat

Re: using strict and -w

2002-04-30 Thread drieux
On Tuesday, April 30, 2002, at 05:27 , Robert Beau Link wrote: [..] > #!/usr/bin/perl -w > > use strict; > > print "Number, please..."; > $alpha = ; > print "Another, please..."; > $beta = ; > $sum= $alpha + $beta; > $diff = $alpha - $beta; > $product = $alpha * $beta; > $quotient = $alpha / $bet