Tagged Questions
4
votes
2answers
259 views
How can I call methods on a tied variable?
I've just started to learn about tie. I have a class named Link which I would like to do the following thing:
if fetched, return the link's address
if stored, store the new address
be able to call ...