On 7/4/07, Mathew Snyder <[EMAIL PROTECTED]> wrote:
>> foreach my $user (keys %tickets) {
>> foreach my $env (keys %{ $tickets{$user} }) {
>> foreach my $tikID (keys %{ $tickets{$user}{$env} }) {
>> foreach my $subject (keys %{
>> $tickets{$user}{$
Tom Phoenix wrote:
> On 7/2/07, Mathew <[EMAIL PROTECTED]> wrote:
>
>> foreach my $date (@searchDate) {
>> while (my $ticket = $tix->Next) {
>
> Seeing this worries me. I don't know enough about what's going on to
> tell whether it's wrong or not, but it looks wrong. When the outer
> loop
Tom Phoenix wrote:
> On 7/2/07, Mathew <[EMAIL PROTECTED]> wrote:
>
>> foreach my $date (@searchDate) {
>> while (my $ticket = $tix->Next) {
>
> Seeing this worries me. I don't know enough about what's going on to
> tell whether it's wrong or not, but it looks wrong. When the outer
> loop
Tom Phoenix wrote:
> On 7/2/07, Mathew <[EMAIL PROTECTED]> wrote:
>
>> foreach my $date (@searchDate) {
>> while (my $ticket = $tix->Next) {
>
> Seeing this worries me. I don't know enough about what's going on to
> tell whether it's wrong or not, but it looks wrong. When the outer
> loop
On 7/2/07, Mathew <[EMAIL PROTECTED]> wrote:
foreach my $date (@searchDate) {
while (my $ticket = $tix->Next) {
Seeing this worries me. I don't know enough about what's going on to
tell whether it's wrong or not, but it looks wrong. When the outer
loop goes on to the second iteration,
Tom Phoenix wrote:
> On 7/1/07, Mathew Snyder <[EMAIL PROTECTED]> wrote:
>
>> The problem didn't surface until I went from using the %tikSubj hash
>> seen near
>> the top of the code snippet to a multi-level hash. But then, using
>> %tikSubj
>> presents its own bug for some reason.
>
> One trick
kens wrote:
> On Jul 1, 5:40 am, [EMAIL PROTECTED] (Mathew Snyder) wrote:
>> I have a script which places data 4 levels deep in a HoHoHoH. It grabs
>> tickets
>> in our ticket system using the systems API and places attributes about each
>> piece of activity into the hash. The has is called %tick
On 7/1/07, Mathew Snyder <[EMAIL PROTECTED]> wrote:
The problem didn't surface until I went from using the %tikSubj hash seen near
the top of the code snippet to a multi-level hash. But then, using %tikSubj
presents its own bug for some reason.
One tricky bit about using formats is that the v
On Jul 1, 5:40 am, [EMAIL PROTECTED] (Mathew Snyder) wrote:
> I have a script which places data 4 levels deep in a HoHoHoH. It grabs
> tickets
> in our ticket system using the systems API and places attributes about each
> piece of activity into the hash. The has is called %tickets. It looks lik
:D Funny you should say that...
Actually, all the data is being pulled in from a database already.
Keep up with my goings on at http://theillien.blogspot.com
Ken Foskey wrote:
> On Sun, 2007-07-01 at 05:40 -0400, Mathew Snyder wrote:
>> I have a script which places data 4 levels deep in a HoHoHo
On Sun, 2007-07-01 at 05:40 -0400, Mathew Snyder wrote:
> I have a script which places data 4 levels deep in a HoHoHoH. It grabs
> tickets
> in our ticket system using the systems API and places attributes about each
> piece of activity into the hash. The has is called %tickets. It looks like
>
11 matches
Mail list logo