Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Printing first element of an array in worksheet

by choroba (Cardinal)
on Dec 09, 2020 at 18:03 UTC ( [id://11124895]=note: print w/replies, xml ) Need Help??

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}->@*;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-03-28 22:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found