Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Re: Printing values from references

by Fletch (Bishop)
on Sep 14, 2003 at 00:31 UTC ( [id://291320]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Printing values from references
in thread Printing values from references

Perhaps you're thinking of something along the lines of:

system "frobnitz --oik @{[ $something->method ]}"

Of course some would consider that uglier than a temporary. Also remember that system() will take a list just fine (presuming you're not dependent on it being passed to a shell for redirection or what not).

Replies are listed 'Best First'.
Re: Re: Re: Re: Printing values from references
by fuzzyping (Chaplain) on Sep 14, 2003 at 00:36 UTC
    Good call, on both points. That works, but you're right... it's ugly and very unintuitive. I think I'll just use the temp as you've suggested. Thanks!

    -fp

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-19 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found