----- Original Message -----
From: "Jonathan Southwick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 25, 2000 9:32 AM
Subject: Re: Re[2]: [perl-win32-gui] Capturing ListView Clicks


> Cam,
>
> Okay I am getting this to almost work.  However I get an error on this line in
the code you gave:
>
>     &SortListItem(/%data,/%sortonly);

They should be backslashes (\) -- not forward slashes.  A backslash indicates
making a reference to that variable (sort of like pointers in C).

Try SortListItem(\%date, \%sortonly);

---
Ben Reed a.k.a. Ranger Rick
http://defiance.dyndns.org/
[EMAIL PROTECTED]



Reply via email to