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

Re^2: Win32::GUI::Textfield problems

by CombatSquirrel (Hermit)
on Jul 20, 2004 at 15:58 UTC ( [id://376069]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re: Win32::GUI::Textfield problems
in thread Win32::GUI::Textfield problems

No, that's actually just a plain Perl hash declaration. Watch:
#!perl use strict; use warnings; my %hash = ( one => 1, two => 2, ); print "$_ => $hash{$_}\n" for keys %hash;
No error.
It's just "syntactic sugar" to make the declaration more uniform, I believe.
Hope this helped.
CombatSquirrel.

Entropy is the tendency of everything going to hell.

Replies are listed 'Best First'.
Re^3: Win32::GUI::Textfield problems
by heroin_bob (Sexton) on Jul 20, 2004 at 18:12 UTC
    Gotcha, that's definitely good to know... Thnx for the tip!
    ~hb

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://376069]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.