Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Life at the Monastery. Chapter 1

by turnstep (Parson)
on Dec 07, 2000 at 22:23 UTC ( [id://45574]=note: print w/replies, xml ) Need Help??


in reply to Re: Life at the Monastery. Chapter 1
in thread Life at the Monastery. Chapter 1

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://45574]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 22:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found