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";
    }