Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Creating packages on the fly

by vkon (Curate)
on Jun 06, 2006 at 08:42 UTC ( [id://553763]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $Tcl::Tk::VTEMP = <<'EOWIDG';
    package Tcl::Tk::Widget::[[widget-repl]];
    ...
    1;
    print STDERR "<<starting [[widget-repl]]>>\n" if $Tcl::Tk::DEBUG > 2;
    EOWIDG
    
  2. or download this
    # here we create Widget package, used for both standard cases like
    # 'Button', 'Label', and so on, and for all other widgets like Baloon
    ...
        $ptk_w_names .= "|$widgetname";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-25 16:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found