in reply to Why do I need a space here?
and the var i$ is#!/usr/bin/perl -w use strict; use Getopt::Long; use File::Path;
although I can reproduce the problem without i$ as in:my($i);
where the first case prints and the second doesn't. Manifestly, this should work as you have all suggested, examples abound. Any other suggestions? pax pogoprint OUTFILE "\< \/HTML\>\n"; print OUTFILE "\<\/HTML\>\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Why do I need a space here?
by DamnDirtyApe (Curate) on Jun 28, 2002 at 19:41 UTC | |
|
Re: Re: Why do I need a space here?
by Fastolfe (Vicar) on Jun 28, 2002 at 22:00 UTC |