hi great ppl !!1

Look this,
$VAR1 = { 'id' => { 'Extra' => 'auto_increment', 'Type' => 'int(11)', 'Field' => 'id', 'Default' => undef, 'Null' => '', 'Key' => 'PRI' }, 'name' => { 'Extra' => '', 'Type' => 'varchar(50)', 'Field' => 'name', 'Default' => '', 'Null' => '', 'Key' => 'UNI' } };

It must be clear that i'm printing this hash ref with a dumper ..

I dint give my code, coz i hav used lot of my own modules in that .. so thot it would be little confusing to all ...


I hav generated this hash from a db table ...For this i have written a method ('fetchit')...
this method is used like this..

$hashref = $object->fetchit($tablename);
so this method will return the table desc as a hash..

NOw i got struck in one thing.. please help me in this.. I want to print only the FIELD names present inside that hash.. here the field names are id and name ..

How can i do that ??? .. please help me

Thanks in advance

A perl Script without 'strict' is like a House without Roof; Both are not Safe;

In reply to Get the Keys in the Hash by vishi83

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.