Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: How's your Perl?

by seattlejohn (Deacon)
on Oct 27, 2003 at 07:10 UTC ( [id://302346]=note: print w/replies, xml ) Need Help??


in reply to How's your Perl?

# 1: $[=1; @x = (10); # confirm it: print $x[0], ",", $x[1], "\n"; $x[1]=20; print $x[0], ",", $x[1], "\n"; $x[0]=30; print $x[0], ",", $x[1], "\n";

        $perlmonks{seattlejohn} = 'John Clyman';

Replies are listed 'Best First'.
Re: Re: How's your Perl?
by Juerd (Abbot) on Oct 27, 2003 at 07:40 UTC

    $[=1;

    Not quite what we had in mind, but a valid and creative solution ;)

    Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-18 11:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found