Help for this page

Select Code to Download


  1. or download this
    my %lookup;
    $lookup{ \@CBR } = 'CBR';
    ...
        print "Using: $lookup{ $aref } array\n";
        ...
    }
    
  2. or download this
    sub my_sub{
        my( $aname, $aref, $size, $name, $bref, $size ) = @_;
        print "Using $aname and $bname\n";
        ...
    }