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

Re^3: How to sovle this, if i use strict i'm getting error.

by jhourcle (Prior)
on Dec 06, 2005 at 09:26 UTC ( [id://514382]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    
    sub test1 { print 'test1'; }
    sub test2 { print 'test2'; }
    
  2. or download this
    use strict;
    use warnings;
    
    ...
    
    sub test1 { print 'test1'; }
    sub test2 { my $x='test3'; &$x }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-25 07:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found