Help for this page

Select Code to Download


  1. or download this
    @redi = $responsetextall[$i][$j]{set}{Client}{redirect_uris};
    
  2. or download this
    $responsetextall[$i][$j]{set}{Client}{redirect_uris} = [
        'http://abcd01.cpu.comp.com:80/AutosysPortal/',
    ...
        'http://abcd01.cpu.comp.com:80/Ge/',
        'http://abcd01.cpu.comp.com:80/PO/',
        'http://abcd01.cpu.comp.com:80/g/' ];
    
  3. or download this
    @redi = @{ $responsetextall[$i][$j]{set}{Client}{redirect_uris} };
    
  4. or download this
    @redi = $responsetextall[$i][$j]{set}{Client}{redirect_uris}->@*;