Hello Perl Experts; I'm new to creating references. How do I create a small script that replaces "C" with "D" using a reference only to the array element location for "C"? #!/usr/bin/perl -w
@letters=("A", "B", "C"); Best Rgds JA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]