Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: my $1

by codeacrobat (Chaplain)
on Apr 23, 2009 at 20:47 UTC ( [id://759661]=note: print w/replies, xml ) Need Help??


in reply to Re^2: my $1
in thread my $1

Baah, this gives me creeps.
perl -e '@foo = map {$_=2; foo()} 1..10; sub foo{print}' 2222222222 $ perl -e '@foo = map {my $_=2; foo()} 1..10; sub foo{print}' 12345678910

print "just another perl5.8 hacker"

Replies are listed 'Best First'.
Re^4: my $1
by JavaFan (Canon) on Apr 23, 2009 at 22:08 UTC
    Baah, this gives me creeps.
    Does this give you also the creeps?
    $ perl -e 'for $x (1 .. 9) {$x = 2; foo ()} sub foo {print $x}' 222222222 $ perl -e 'for $x (1 .. 9) {my $x = 2; foo ()} sub foo {print $x}' 123456789
    Or is it the fact that Perl just got a little bit more regular that creeps you out?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 16:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found