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

Re: When do subs get overridden?

by dakkar (Hermit)
on Apr 05, 2003 at 11:24 UTC ( [id://248279]=note: print w/replies, xml ) Need Help??


in reply to When do subs get overridden?

You see, q is not a subroutine, it's a syntactic construct, like quotes or braces. There is nothing to "override". You can, however, change its semantic a bit with:

  • a source filter (ok, this is obvious)
  • redefinition of stringification for some datatype (package MyQ;use overload '""' => sub {return "overridden"};)

-- 
        dakkar - Mobilis in mobile

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-20 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found