"marto, the responses in his previous post were excellent but VERY technical. Unless you are
familiar with perl and programming lingo, they may be difficult to understand."
They specifically asked how to print without using a for loop. The responses in the previous thread show examples of doing this, and an explanation is provided. Your code (which uses a for loop to print) does not even compile:
Missing $ on loop variable at derp.pl line 6.
Fixing this problem your code produces:
The second array has 2 elements
They are:
42 42 ARRAY(0x71b668) ARRAY(0x88cda0
+)
Are you sure this is what you intended to show them?
-
Are you posting in the right place? Check out Where do I post X? to know for sure.
-
Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
<code> <a> <b> <big>
<blockquote> <br /> <dd>
<dl> <dt> <em> <font>
<h1> <h2> <h3> <h4>
<h5> <h6> <hr /> <i>
<li> <nbsp> <ol> <p>
<small> <strike> <strong>
<sub> <sup> <table>
<td> <th> <tr> <tt>
<u> <ul>
-
Snippets of code should be wrapped in
<code> tags not
<pre> tags. In fact, <pre>
tags should generally be avoided. If they must
be used, extreme care should be
taken to ensure that their contents do not
have long lines (<70 chars), in order to prevent
horizontal scrolling (and possible janitor
intervention).
-
Want more info? How to link or
or How to display code and escape characters
are good places to start.
|