Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Creating dynamic variables

by flexvault (Monsignor)
on Jan 03, 2013 at 10:59 UTC ( [id://1011438]=note: print w/replies, xml ) Need Help??


in reply to Creating dynamic variables

Hello rbala,

I'm guessing, but is this what you want to do?

perl -e '$x="hello "; while( $y=glob("*") ) { print "$x$y\n"; }'

If you had 'use strict' in your code, you would have gotten an error on your second line. I'm using 'glob', but any source of input and assignment of '$y' will work.

When using Perl, you should think of how to do it with Perl. Your experience with 'makefile' is nice, but has nothing to do with what is correct in Perl!

Good Luck!

"Well done is better than well said." - Benjamin Franklin

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-25 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found