Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Hash dereferencing and printing

by Anonymous Monk
on Jun 03, 2002 at 15:14 UTC ( [id://171255]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    172  'galahad_1023056445'
    173  HASH(0x5cdf98)
    ...
       'class_type' => 'Standard (0)'
       'client' => 'galahad'
       'id' => 'CC0981'
    
  2. or download this
    68  212844
    69  HASH(0x7eff68)
    ...
       'jobpid' => 17667
       'jobtype' => 'immediate'
       'kbytes' => 295857
    
  3. or download this
    my %images = bpimagelist('$record->{client}');
    my %jobs = bpdbjobs();
    
  4. or download this
    sub post2Web {
      my $jRef = shift();
      my $infoformat = "%-30s %-40s\n";
    ...
    }
    </CODE<p>
    What I want to do is incorporate pertinent values from <CODE> %image
    
  5. or download this
    #!/usr/local/bin/perl -w
    
    ...
    print "client = $ref->{client}\n";
    print "\tid= $ref->{id}\n";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found