Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Hash dereferencing and printing

by talexb (Chancellor)
on Jun 03, 2002 at 16:31 UTC ( [id://171275]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %images = bpimagelist('$record->{client}');
    my %jobs = bpdbjobs();
    
  2. or download this
    post2web ( \%jobs, \%images );
    ...
    sub post2Web {
      my ( $jRef, $iRef ) = @_;
      ...
    
  3. or download this
    post2web ( { jobs => %jobs, images => %images } );
    ...
    ...
      my $jRef = %{ $Args->[ jobs ] };
      my $iRef = %{ $Args->[ images ] };
      ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 17:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found