in reply to Printing a Variable outside of the block

What do you want the output to be?
  • Comment on Re: Printing a Variable outside of the block

Replies are listed 'Best First'.
Re^2: Printing a Variable outside of the block
by trenchwar (Beadle) on Apr 15, 2008 at 16:24 UTC
    Thanks for the quick response moritz. Same as it is inside the block.
    I would like it to print outside the block just as it does inside the block. So that later in this homework script I can ask a user to "Enter L for a list of classes and Lessons" and have L equal to "$part1$part" or whatever.
    Im just not clear on how to define and pull the variable out of the block.