perl5.8.4 "Bizare copy of ARRAY"
Barrie Slaymaker <[email protected]> Wed, 8 Sep 2004 13:50:41 -0400
| Newsgroups | gmane.comp.version-control.revml |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 15, 2004 at 12:37:51PM -0700, Gerry Thompson wrote:
> [root@perforce revml]# vcp
> Bizarre copy of ARRAY in leavesub at /usr/local/bin/vcp line
I altered the line shown below (we need that array when building the
binary versions of VCP), can you see if it works on your 5.8.4 system?
Thanks,
Barrie
> BEGIN {
> my @bundled_files = (
my @bundled_files = grep length, ( "",
> ## INSERT BUNDLED FILES LIST HERE ##
> );