Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: call string value from bottom

by nysus (Parson)
on Sep 04, 2019 at 20:35 UTC ( [id://11105628]=note: print w/replies, xml ) Need Help??


in reply to Re^2: call string value from bottom
in thread call string value from bottom

I got to entertain myself with my reply, so not a total waste.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

Replies are listed 'Best First'.
Re^4: call string value from bottom
by stevieb (Canon) on Sep 04, 2019 at 21:01 UTC

    I have to admit that oftentimes, I've found, helping with even the most effortless questions can be a good exercise. Quite a few times I've even bit down on identifiable "homework" type questions where both the question and the question's author were under scrutiny.

    There's absolutely nothing wrong with providing assistance, no matter the circumstances. It's how Perlmonks has thrived. Although everyone may not get along all the time, there's always been an understanding (that I perceive) that says 'we're here to help'.

    Keep doing what you've been doing, nysus :)

      It is a good exercise. And it's amazing how even some of the simple questions stump me. Even on this question, I was wondering to myself if maybe "our" variables might be loaded during compile time and might be available before they are declared. I wasn't completely sure.

      $PM = "Perl Monk's";
      $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
      $nysus = $PM . ' ' . $MCF;
      Click here if you love Perl Monks

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (None)
    As of 2024-04-19 00:02 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found