Bruno Czekay
Wed, 18 Feb 2004 15:42:58 -0800
sub Session_OnStart {
...
$Application->{HowMany}++;
$Application->{'Session'.$Session->SessionID} = "blah blah";
...
}for ( @sessions ) {
next unless ( $_ =~ /^Session/ );
my $s_id = $_;
$s_id =~ s/^Session//io;
my $session = $Application->GetSession( $s_id );
my $s_data = $session ? { %$session } : undef;
// display some contents of $s_data
}-- CPU hotplug is not for removing the processor from single-CPU x86 box. Kiddie: "The new kernel has CPU hotplug support, here, watch... oh CRAP."
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]