Can you edit your post to put in code tags? It makes it much, much easier to read. Viz.:
use warnings; use strict; use Cwd; sub main() { my $foo = 'bar'; } main();
versus
use warnings; use strict; use Cwd; sub main() { $foo = 'bar'; } main();In reply to Re: ClearCase and Perl
by GotToBTru
in thread ClearCase and Perl
by czach12345
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |