Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Life at the Monastery. Chapter 1

by lemming (Priest)
on Dec 07, 2000 at 20:53 UTC ( [id://45534]=note: print w/replies, xml ) Need Help??


in reply to Life at the Monastery. Chapter 1

I got to thinking from current CB topics:

If there is a Torture Chamber at the Monastery one would see scenes like this:

"So FouRPlay, what is the regex for getting the last digit of pi?"

Replies are listed 'Best First'.
Re: Re: Life at the Monastery. Chapter 1
by turnstep (Parson) on Dec 07, 2000 at 22:23 UTC

    That's an easy one:

    if ($PI =~ m/(\d)$/) { print "The last digit is $1.\n"; } else { print "Seems that pi does not end in a digit. Who knew?\n"; }

    The hard part is assigning the correct value to the scalar $PI.... :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://45534]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-18 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found