Hello everyone,
I keep getting this message every so often when my perl script runs. Any one have any ideas how to fix it? The message points to this particular code in my script.
Use of uninitialized value in transliteration (tr///)
my $count = $text =~ tr/://;
Thanks!
I keep getting this message every so often when my perl script runs. Any one have any ideas how to fix it? The message points to this particular code in my script.
Use of uninitialized value in transliteration (tr///)
my $count = $text =~ tr/://;
Thanks!