Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Unable to turn off strict refs

by nysus (Parson)
on Sep 03, 2019 at 21:51 UTC ( [id://11105535]=note: print w/replies, xml ) Need Help??


in reply to Re: Unable to turn off strict refs
in thread Unable to turn off strict refs

If I comment out the line the for loop, the script exits without error. But here is the calling code:

$s->_run_chain('_run_processes');

$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^3: Unable to turn off strict refs
by chromatic (Archbishop) on Sep 03, 2019 at 23:12 UTC

    Then $s is probably a class name, not an object.

      Yeah, I figured that out later on. Still getting some brain wires crossed on this OO stuff. Thanks.

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 14:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found