drieux <[EMAIL PROTECTED]> writes: >> I could stick lots of `prints' >> int there, but isn't there a way to simulate -x? > > This is where we all start and really shouldn't - but we all > do it - because at times it is 'simpler' to do. In this space > I normally do the gambit of > > my $debug = 0; > > ..... > print "Some Skank here" if $debug ; > > and then flip that on or off....
At risk of justifiably earning the `dumb as a stick' sobriquet, can I ask for a simple example of what you mean here? How does $debug get a value and thus trip printing? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]