http://qs1969.pair.com?node_id=803513


in reply to how to push 5th element from one array to another array

Fifth Element? :)

-- Randal L. Schwartz, Perl hacker

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

  • Comment on Re: how to push 5th element from one array to another array

Replies are listed 'Best First'.
Re^2: how to push 5th element from one array to another array
by ikegami (Patriarch) on Oct 27, 2009 at 20:50 UTC
    So
    use LWP::Simple; push @array, get('http://t0.gstatic.com/images?q=tbn:T8Bsbbf6vqMr9M:ht +tp://www.afterellen.com/archive/ellen/blog/uploads/Milla%2520Jovovich +-%2520Fifth%2520Element.jpg');
    ?