Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Won't jump to Sub!

by jwest (Friar)
on Apr 17, 2001 at 00:42 UTC ( [id://72937]=note: print w/replies, xml ) Need Help??


in reply to Won't jump to Sub!

When assigning your %Subs, you're executing the FrontPage and ViewState subs and recording their return values, instead of getting the references that you seem to be after. Instead, use:
%Subs = ( 'FrontPage' => \&FrontPage, 'ViewState' => \&ViewState, );
--jwest
-><- -><- -><- -><- -><-
All things are Pefect
   To every last Flaw
   And bound in accord
       With Eris's Law
               HBT 1:7

Log In?
Username:
Password:

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

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

    No recent polls found