Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: loop iterator in a string

by LanX (Saint)
on Sep 27, 2021 at 21:12 UTC ( [id://11137070]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<53> $EVIL= ',@{[say "kill all kitties!"]}'
    
    ...
    1
      DB<58> eval $str
    kill all kitties!
    
  2. or download this
      DB<80> @list = eval ",1..3"; unless($@){say for @list }
    
    ...
    
      DB<82> @list = eval "1.3"; unless($@){say for @list }
    1.3
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-03-29 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found